https://github.com/kneth/data-model-compare
Comparison of modeling and querying for various databases
https://github.com/kneth/data-model-compare
Last synced: 8 months ago
JSON representation
Comparison of modeling and querying for various databases
- Host: GitHub
- URL: https://github.com/kneth/data-model-compare
- Owner: kneth
- License: apache-2.0
- Created: 2022-02-21T07:14:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-13T06:52:17.000Z (10 months ago)
- Last Synced: 2025-09-13T08:39:09.394Z (10 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-model-compare
Comparison of modeling and querying for various databases
## Realm
```sh
npm run realm
```
## SQLite
```sh
npm run sqlite
```