Open sqlite database? #187
Answered
by
nRoger-Env
nRoger-Env
asked this question in
Q&A
-
DuckDB allows connecting directly to an Sqlite database with an Sqlite extension (see here: https://duckdb.org/docs/extensions/sqlite) |
Beta Was this translation helpful? Give feedback.
Answered by
nRoger-Env
May 15, 2024
Replies: 1 comment 1 reply
-
Everything that you can do with "plain" DuckDB can be done from the .NET library too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ha you are right. I think I first tried it with a corrupted sqlite DB, which is why I couldn't make it work.
It turns out it is indeed very easy. Exemple with Dapper ORM on top:
Thanks