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 upNeed diesel + sqlite example #708
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Boiethios commentedFeb 15, 2017
Hi, I am currently creating a little wep app in Rust, and I need a tiny database. SQLite is the best choice since it is light and do not need a running server. But I am pretty new to databases and the example with postgresql is too complicated for me. I tried to adapt it to SQLite but I have still some errors.
Is it possible to add an example with SQLite?