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

https://github.com/rorm-orm/rorm-sql

SQL builder of rorm
https://github.com/rorm-orm/rorm-sql

Last synced: 8 months ago
JSON representation

SQL builder of rorm

Awesome Lists containing this project

README

          

# rorm-sql

[![license](https://img.shields.io/github/license/rorm-orm/rorm-sql?label=License&color=blue)](https://github.com/rorm-orm/rorm-sql/blob/dev/LICENSE)
[![crates-io-version](https://img.shields.io/crates/v/rorm-sql)](https://crates.io/crates/rorm-sql)
[![docs](https://img.shields.io/docsrs/rorm-sql?label=Docs)](https://docs.rs/rorm-sql/)

`rorm-sql` is a wrapper for SQL.

It provides abstraction for different database dialects, but little to no
abstraction regarding features.