Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sqlite database import #115

Open
SreedevT opened this issue Aug 26, 2022 · 4 comments
Open

Support sqlite database import #115

SreedevT opened this issue Aug 26, 2022 · 4 comments
Labels
feature request Ask for new feature or feature evolution new-connector

Comments

@SreedevT
Copy link

No description provided.

@loicknuchel
Copy link
Contributor

Hi @SreedevT , thanks for your request!

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 ;)

Have a great day.

@loicknuchel loicknuchel added the feature request Ask for new feature or feature evolution label Sep 2, 2022
@zymawy
Copy link

zymawy commented Aug 13, 2024

@loicknuchel any update?!

@Binlogo
Copy link

Binlogo commented Sep 25, 2024

Looking forward to support SQLite.

@loicknuchel
Copy link
Contributor

Hi @zymawy & @Binlogo

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Ask for new feature or feature evolution new-connector
Projects
None yet
Development

No branches or pull requests

4 participants