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

https://github.com/feifykike/sqorm

Simple Query ORM. A lightweight đŸĒļ and performant đŸŽī¸ interface for type/object mapped sql querying in TS.
https://github.com/feifykike/sqorm

interface orm querying sql ts

Last synced: 11 months ago
JSON representation

Simple Query ORM. A lightweight đŸĒļ and performant đŸŽī¸ interface for type/object mapped sql querying in TS.

Awesome Lists containing this project

README

          

# sqorm
Simple Query ORM. A lightweight and performant interface for object mapped sql querying.

## Library Attributions.
- [mysql2](https://github.com/sidorares/node-mysql2)