An open API service indexing awesome lists of open source software.

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)

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
```