Skip to content

mrazorvin/rust-diesel-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust + Diesel + Sqlite example

To run example use cargo run um
To build production executablecargo build --release

P.S Diesel migrations will be applied by build.rs script

Used Tools & Commands

  • Diesel CLI
    • diesel migration generate create_posts
    • diesel migration generate fixture_posts
    • diesel print-schema --database-url "file:db.sqlite" > src/schema.rs
  • DBeaver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages