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

feat: SQLite data source #2568

Merged
merged 24 commits into from
Feb 20, 2024
Merged

feat: SQLite data source #2568

merged 24 commits into from
Feb 20, 2024

Conversation

vrongmeal
Copy link
Contributor

@vrongmeal vrongmeal commented Feb 2, 2024

TODO:

  • CREATE EXTERNAL TABLE
  • CREATE EXTERNAL DATABASE
  • Virtual listing
  • Tests
    • Fix filter pushdown for Sqlite
  • Support dates/times/timestamps

Followups:

@tychoish tychoish changed the title feat: Initial Sqlite support feat: SQLite data source, initial implementation Feb 2, 2024
crates/datasources/src/sqlite/async_sqlite.rs Outdated Show resolved Hide resolved
crates/datasources/src/sqlite/convert.rs Outdated Show resolved Hide resolved
crates/datasources/src/sqlite/mod.rs Outdated Show resolved Hide resolved
crates/sqlbuiltins/src/functions/table/sqlite.rs Outdated Show resolved Hide resolved
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
@vrongmeal vrongmeal changed the title feat: SQLite data source, initial implementation feat: SQLite data source Feb 14, 2024
tychoish
tychoish previously approved these changes Feb 14, 2024
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
scripts/create-test-sqlite-db.sh Outdated Show resolved Hide resolved
crates/datasources/src/sqlite/wrapper.rs Outdated Show resolved Hide resolved
crates/datasources/src/sqlite/wrapper.rs Outdated Show resolved Hide resolved
crates/datasources/src/sqlite/wrapper.rs Show resolved Hide resolved
crates/datasources/src/sqlite/wrapper.rs Show resolved Hide resolved
Copy link
Collaborator

@tychoish tychoish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, didn't mean to hit approve yet. it is good though.

Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
.github/workflows/ci.yaml Outdated Show resolved Hide resolved
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
Signed-off-by: Vaibhav <vrongmeal@gmail.com>
@vrongmeal vrongmeal merged commit 5051b59 into main Feb 20, 2024
25 checks passed
@vrongmeal vrongmeal deleted the vrongmeal/sqlite branch February 20, 2024 17:17
tychoish pushed a commit that referenced this pull request Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants