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 for SQLite connector #24

Open
kuatroka opened this issue Nov 29, 2024 · 2 comments
Open

Support for SQLite connector #24

kuatroka opened this issue Nov 29, 2024 · 2 comments
Labels
feature request New feature or request

Comments

@kuatroka
Copy link

Any plans to add SQLite? Thanks

@exAspArk
Copy link
Member

Hi @kuatroka — thank you for submitting this issue! We're focusing on improving PostgreSQL synchronization and are currently unable to prioritize to SQLite.

In the future, we'd love to add support for other data sources such as SQLite! Would you be able to share more details about your use case? Do you use SQLite as your primary (large?) transactional database or as an intermediate store in data pipelines?

We're going to leave this issue open for now, so others can share their thoughts or 👍

@exAspArk exAspArk changed the title [NOT ISSUE] Support for SQLite connector Nov 29, 2024
@exAspArk exAspArk added the feature request New feature or request label Nov 29, 2024
@kuatroka
Copy link
Author

Thanks. First of all, some disclosure: I'm new to web development and I'm learning it with the Phoenix LiveView framework. They primarily use Postgres and SQLite as the main database options, which are very tightly integrated with the Elixir database ORM (even though it's more than just that) called Ecto.

My plan was to use SQLite as the main database and DuckDB for all the tables and charts display, as my app is very heavy on analytics. SQLite is the most ubiquitous database out there, and it's just a file. It sits on the same server as the web app, so it's much faster than Postgres for web apps.
My idea would be to use BemiDB for both light transactions (log ins, bookmarks, etc.) and charts/tables to take advantage of DuckDB's massive speedup. Thanks.

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

No branches or pull requests

2 participants