https://github.com/lucasavila00/sql-select-ts
A modern, database-agnostic, composable SELECT query builder with great typescript support.
https://github.com/lucasavila00/sql-select-ts
sql typescript
Last synced: about 1 year ago
JSON representation
A modern, database-agnostic, composable SELECT query builder with great typescript support.
- Host: GitHub
- URL: https://github.com/lucasavila00/sql-select-ts
- Owner: lucasavila00
- License: mit
- Created: 2022-06-08T22:14:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T18:13:38.000Z (over 1 year ago)
- Last Synced: 2024-10-20T04:40:08.160Z (over 1 year ago)
- Topics: sql, typescript
- Language: TypeScript
- Homepage: https://lucasavila00.github.io/sql-select-ts/
- Size: 39.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sql-select-ts
A modern, database-agnostic, composable SELECT query builder with great typescript support.
## Install
Install from npm
```
npm i sql-select-ts
```
## Getting started & Documentation
Check out the [examples and docs](https://lucasavila00.github.io/sql-select-ts/).