orange-orm 4.5.0-beta.4 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/docs/docs.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
The ultimate Object Relational Mapper for Node.js and Typescript, offering seamless integration with a variety of popular databases. Whether you're building applications in TypeScript or JavaScript, including both CommonJS and ECMAScript, Orange ORM has got you covered.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.org/package/orange-orm)
|
|
8
|
-
[](https://github.com/alfateam/orange-orm/actions)
|
|
9
9
|
[](https://github.com/alfateam/orange-orm/actions)
|
|
10
10
|
[](https://github.com/alfateam/orange-orm)
|
|
11
11
|
[](https://github.com/alfateam/orange-orm/discussions)
|
|
@@ -381,7 +381,7 @@ database_name = "<your-name-for-the-database>"
|
|
|
381
381
|
database_id = "<your-guid-for-the-database>"
|
|
382
382
|
```
|
|
383
383
|
|
|
384
|
-
<sub>📄
|
|
384
|
+
<sub>📄 src/index.ts</sub>
|
|
385
385
|
```javascript
|
|
386
386
|
import map from './map';
|
|
387
387
|
|
package/docs/docs.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
All examples below are found at [npmjs.org/package/rdb-demo](https://npmjs.org/package/rdb-demo).
|
|
2
|
+
The _Classic mode_ is only available below version 4.5.0.
|
|
2
3
|
This is the _Classic Documentation_. Are you looking for the [_Modern Typescript Documentation_](https://github.com/alfateam/orange-orm/blob/master/README.md) ?
|
|
3
4
|
---------------
|
|
4
5
|
__Connecting__
|