An open API service indexing awesome lists of open source software.

https://github.com/rustynova016/sequelles

Bunch of utilities to deal with SQLx data. Very opinionated
https://github.com/rustynova016/sequelles

Last synced: 9 months ago
JSON representation

Bunch of utilities to deal with SQLx data. Very opinionated

Awesome Lists containing this project

README

          

# 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!