Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upPossible to bundle sqlite in binary? #1860
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brycefisher commentedSep 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?