Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kneth/data-model-compare
Comparison of modeling and querying for various databases
https://github.com/kneth/data-model-compare
Last synced: 13 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T14:00:46.000Z (over 2 years ago)
- Last Synced: 2024-11-07T15:51:42.451Z (2 months ago)
- Language: JavaScript
- Size: 57.6 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## SQLite
```sh
modern-family.db && cat modern-family.sql| sqlite3 -column modern-family.db
```