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

Need diesel + sqlite example #708

Closed
Boiethios opened this Issue Feb 15, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@Boiethios

Boiethios commented Feb 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?

@sgrif

This comment has been minimized.

Member

sgrif commented Feb 15, 2017

Duplicate of #376

@sgrif sgrif closed this Feb 15, 2017

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