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 user authentication extension #173

Open
simolus3 opened this issue Jul 27, 2023 · 5 comments
Open

Support user authentication extension #173

simolus3 opened this issue Jul 27, 2023 · 5 comments

Comments

@simolus3
Copy link
Owner

Originally suggested by @rodydavis in simolus3/drift#2540.

Putting this on hold since, with the current build scripts, it's hard to create a customizable sqlite3 build for users. Once we're able to use Dart's native assets feature, we can allow users to opt-in to the extension and provide APIs for the exposed methods in this package.

@melWiss
Copy link

melWiss commented Oct 11, 2024

is there any plans for this?

@melWiss
Copy link

melWiss commented Oct 11, 2024

it would be extremely nice if we can add sqlite-vec or any other extension

@rodydavis
Copy link
Contributor

For sqlite-vec that is possible already! I am working on a better example but here is one:

https://github.com/rodydavis/flutter_sqlite_document_search

Right now it uses the pre compiled binaries but working on a way to compile the extension with the flutter plugin template for ffi

@melWiss
Copy link

melWiss commented Oct 11, 2024

aaaa thank you very much, you're really a life saver

@rodydavis
Copy link
Contributor

rodydavis commented Oct 11, 2024

Also PR for sqlite-vec: asg017/sqlite-vec#119

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

3 participants