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

SQLite module #363

Open
ocramz opened this issue Dec 17, 2023 · 2 comments
Open

SQLite module #363

ocramz opened this issue Dec 17, 2023 · 2 comments

Comments

@ocramz
Copy link
Collaborator

ocramz commented Dec 17, 2023

It would be nice to provide some DB facility out of the box. Personally I like direct-sqlite which is a bit low-level but self-contained and imposes no new dependencies.

@tusharad
Copy link
Contributor

Hi @ocramz,

I think sqlite-simple would be a better choice since direct-sqlite is quite low-level, it would be harder for the user to use it. sqlite-simple comes with some dependencies though.

@ocramz
Copy link
Collaborator Author

ocramz commented Apr 24, 2024

@tusharad good point!

I have actually just found out that sqlite-simple too is due some love, if only to fix that .. simple sql QuasiQuoter (i.e. I don't think embedding an unsanitized SQL string is a good idea)

But maybe we can discuss this once more if/when #317 lands.

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

No branches or pull requests

2 participants