dbml
dbml copied to clipboard
feat(dbml/core): adds support for exporting to sqlite
Summary
Implemented SQLite exporter with many-to-many relations and proper index exporting support. Included tests.
Issue
#14 #286
Lasting Changes (Technical)
- Added sqlite as an export option for the cli
- Implented SQLiteExporter class
Checklist
Please check directly on the box once each of these are done
- [x] Documentation (if necessary)
- [x] Tests (integration test/unit test)
- [ ] Integration Tests Passed
- [ ] Code Review
Just curious if I missed something in this PR? I'm happy to fix if something is missing. Can someone on this project provide some guidance?
Hey @danielgary, sorry for the late reply. Thanks for the contribution! We'll definitely take a look at your PR when we have time. Thank you for your patience.
Thank you for resolving all my comments, I'll continue reviewing when I have time!