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 SQLite support #43

Closed
adamfoneil opened this issue Apr 3, 2021 · 1 comment
Closed

add SQLite support #43

adamfoneil opened this issue Apr 3, 2021 · 1 comment

Comments

@adamfoneil
Copy link
Owner

should be pretty easy because of low-level abstract architecture. Just an idea after brief convo with John Rogers about it

@adamfoneil
Copy link
Owner Author

adamfoneil commented Apr 9, 2021

One problem I'm seeing is that the built-in Sqlite provider doesn't support data adapters, which is a blocker because QueryProvider.GetAdapter relies on this
See https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/adonet-limitations#data-adapters

I found a component for purchase, but I don't see myself getting this
https://www.devart.com/dotconnect/sqlite/

adamfoneil added a commit that referenced this issue Apr 9, 2021
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

No branches or pull requests

1 participant