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

Possible to bundle sqlite in binary? #1860

Closed
brycefisher opened this Issue Sep 20, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@brycefisher

brycefisher commented Sep 20, 2018

Problem Description

I'm looking at the various rust bindings for sqlite in rust for a personal project. I see that diesel uses libsqlite3-sys for sqlite. Is it possible to compile sqlite into my final binary with diesel as can be done with rusqlite?

@sgrif

This comment has been minimized.

@sgrif sgrif closed this Sep 20, 2018

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