Skip to content

yazdan/diesel-sqlite-example

Repository files navigation

Intro

This repo is summary of my efforts to find out how to use diesel.rs with sqlite backend.

You can find following query types:

  • embedding migration in code
  • insert statement
  • insert or update statement
  • select last inserted row using _ROWID_ alias
  • group by with sum query. group by is not fully implemented by [diesel.rs] so there is a trick to it

feel free to submit issues and PR to improve it.

Thanks

About

his repo is summary of my efforts to find out how to use https://diesel.rs with sqlite backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages