Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kludex/dbml
Convert SQLAlchemy/SQLModel into DBML, and the other way around! :tada:
https://github.com/Kludex/dbml
Last synced: 3 months ago
JSON representation
Convert SQLAlchemy/SQLModel into DBML, and the other way around! :tada:
- Host: GitHub
- URL: https://github.com/Kludex/dbml
- Owner: Kludex
- License: mit
- Created: 2021-11-28T21:56:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T09:04:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T07:37:24.010Z (3 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Kludex/dbml - Convert SQLAlchemy/SQLModel into DBML, and the other way around! :tada: (Python)
README
dbml
## Installation
``` bash
pip install dbml
```## Usage
```bash
dbml :
```## References
- [DBML - Database Markup Language](https://www.dbml.org/home/#intro)
- [DBML parser for Python](https://github.com/Vanderhoof/PyDBML)
- [Django DBML generator](https://github.com/makecodes/django-dbml/tree/master)
- [DbmlForDjango](https://github.com/hamedsj/DbmlForDjango)## License
This project is licensed under the terms of the MIT license.