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

Support for SQLite.swift #2

Open
spprichard opened this issue Aug 19, 2024 · 4 comments
Open

Support for SQLite.swift #2

spprichard opened this issue Aug 19, 2024 · 4 comments

Comments

@spprichard
Copy link
Contributor

Curious if it would be to integrate with SQLite.swift

I really enjoy the ability to leverage the type system & compile-time checks to make writing SQL statements easier and safer.

Thoughts? 🤔

@jkrukowski
Copy link
Owner

It might be complicated. SQLite.swift would have to use the custom SQLite build that isn't compiled with OMIT_LOAD_EXTENSION flag. As far as I can see it's possible right now but only using cocoa pods

@spprichard
Copy link
Contributor Author

There are potentially 2 options,

  1. SQLite.swift use a custom build
  2. Add the type-safety functionality to this library

Question then become, which is "less" work I suppose

@jkrukowski
Copy link
Owner

Maybe we could open a discussion in the Sqlite.swift repo, wdyt?

@spprichard
Copy link
Contributor Author

It looks like there has been some discussions in this area

Does this help?

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

2 participants