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

Add support for new database systems #756

Open
lovasoa opened this issue Dec 31, 2024 · 2 comments
Open

Add support for new database systems #756

lovasoa opened this issue Dec 31, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Winter Of Code 4.0 See winterofcode.tech

Comments

@lovasoa
Copy link
Collaborator

lovasoa commented Dec 31, 2024

SQLPage can currently connect to Postgres, MySQL, SQL Server, and SQLite databases. These OLTP databases are focused on managing real-time transactional data. This allows using SQLPage to build applications like front-ends for processing customer orders, managing inventory levels, handling user registrations...

Adding support for OLAP databases would allow creating dashboards and reporting tools that visualize large analytical datasets. A SQLPage application might then display sales trends over time, generate financial summaries, or provide insights into customer behavior by querying databases such as ClickHouse, Trino, DuckDB, Snowflake, BigQuery...

The current plan is to add support for a multitude of new database systems at once by adding an ODBC connector: sqlpage/sqlx-oldapi#10

@lovasoa lovasoa added enhancement New feature or request help wanted Extra attention is needed Winter Of Code 4.0 See winterofcode.tech labels Dec 31, 2024
@nathan-g-2degrees
Copy link

Snowflake would be a welcome addition, let me know if you need any help testing.

@mingfang
Copy link

One option is to use datafusion-federation for cross database access.
https://github.com/datafusion-contrib/datafusion-federation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Winter Of Code 4.0 See winterofcode.tech
Projects
None yet
Development

No branches or pull requests

3 participants