https://github.com/gabivlj/sqlitetots
Sqlite migration files to TypeScript schemas in a simple way. (VERY ROUGH CODE STILL)
https://github.com/gabivlj/sqlitetots
convert rust schema sqlite typescript
Last synced: about 1 month ago
JSON representation
Sqlite migration files to TypeScript schemas in a simple way. (VERY ROUGH CODE STILL)
- Host: GitHub
- URL: https://github.com/gabivlj/sqlitetots
- Owner: gabivlj
- Created: 2023-09-25T01:29:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:27:06.000Z (over 1 year ago)
- Last Synced: 2024-11-19T16:57:59.559Z (3 months ago)
- Topics: convert, rust, schema, sqlite, typescript
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert SQLITE files to TypeScript schemas easily
Usage:
```
make bin/sqlgen
sqlgen --sql-file path_to_sql.sql
# will spit in stdout the schema
```