Skip to content

berlinrs/tbd.old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbd.rs

Totally Badass Databases – in Rust.

Proposed structure

  • tbd is the crate that is uploaded to crates.io and used by users
    • Re-export all required types
    • Provide configuration via feature flags & similar
  • tbd-core provides all shared code for other tbd crates
  • tbd-migrations contains the migration toolkit for tbd
  • tbd-models provides an additional macro DSL layer for creating & managing models

About

Totally Badass Databases, in Rust – rewritten and continued at https://github.com/berlinrs/tbd.rs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages