https://github.com/halvardssm/deno-query-builder
Query builder used with Nessie.
https://github.com/halvardssm/deno-query-builder
deno
Last synced: 2 months ago
JSON representation
Query builder used with Nessie.
- Host: GitHub
- URL: https://github.com/halvardssm/deno-query-builder
- Owner: halvardssm
- License: mit
- Created: 2021-03-07T11:08:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-20T14:44:06.000Z (about 5 years ago)
- Last Synced: 2025-07-05T19:14:39.488Z (12 months ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Query Builder
Query builder used with Nessie.
**Looking for maintainers!** Create an issue or pr if you are interested in taking over as a maintainer, and we can get the conversation going 😊
## Usage
```ts
import { Schema } from "https://deno.land/x/nessie/qb.ts";
const queryBuilder = new Schema(this.dialect);
```