sequelles 0.1.0

Bunch of utilities to deal with SQLx data. Very opinionated
Documentation
  • Coverage
  • 49.3%
    35 out of 71 items documented0 out of 57 items with examples
  • Size
  • Source code size: 99.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.59 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 32s Average build duration of successful builds.
  • all releases: 1m 47s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RustyNova016

Sequelles

An oppinionated library to deal with SQLx data.

⚠️ This is NOT an ORM. It doesn't generate any SQL queries. Only link to ones ⚠️

This library heavily rely on using row ids (UNIQUE AUTOINCREMENT integers that are above 0) to join data together. So if you already use those, this might be the library for you!