You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding Sqlite to my backlog and will probably work on it in the second part of september.
In the meantime, you can export your Sqlite schema and import it as a SQL file in Azimutt ;)
For now I don't really have the bandwidth for it, working closely for my first clients needs ;)
But it's mainly about doing the queries to extract the schema, you can look at them for sqlite and submit a PR if you have time.
Here is the PostgreSQL example: https://github.com/azimuttapp/azimutt/blob/main/libs/connector-postgres/src/postgres.ts#L44 (you can also look at other connectors for more inspiration if you need).
Let me know if you need some help.
No description provided.
The text was updated successfully, but these errors were encountered: