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.
- Host: GitHub
- URL: https://github.com/feifykike/sqorm
- Owner: feifyKike
- License: mit
- Created: 2025-04-09T04:40:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-12T16:12:51.000Z (about 1 year ago)
- Last Synced: 2025-05-30T19:32:48.814Z (12 months ago)
- Topics: interface, orm, querying, sql, ts
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)