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

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.

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/).