0.6.12 • Published 20 days ago

@jakub.knejzlik/ts-query v0.6.12

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

@jakub.knejzlik/ts-query

GitHub Pages

TypeScript implementation of an SQL builder. It provides a fluent API to build SQL queries in a type-safe manner.

Installation

Install the package using npm:

npm add @jakub.knejzlik/ts-query

Usage

Import the necessary classes and functions from the package:

import { Q } from "@jakub.knejzlik/ts-query";

Create an instance of the Query class and use its methods to build your SQL query:

const query = new Query();
Q.select().from("users");
console.log(query.toSQL(Q.flavors.mysql));

Documentation

For more detailed usage instructions and API documentation, visit the Github pages.

Testing

Run the test suite using the test script:

npm run test

Contributing

Contributions are welcome. Please submit a pull request or create an issue on the Github repository.

License

This project is licensed under the MIT License.

0.6.12

20 days ago

0.6.11

20 days ago

0.6.10

2 months ago

0.6.9

2 months ago

0.6.7

3 months ago

0.6.8

3 months ago

0.6.6

3 months ago

0.6.3

3 months ago

0.6.2

3 months ago

0.6.5

3 months ago

0.6.4

3 months ago

0.6.1

3 months ago

0.5.0

3 months ago

0.5.1

3 months ago

0.4.5

3 months ago

0.4.4

3 months ago

0.4.3

3 months ago

0.3.12

3 months ago

0.3.11

3 months ago

0.4.1

3 months ago

0.4.0

3 months ago

0.4.2

3 months ago

0.3.10

3 months ago

0.3.9

3 months ago

0.3.7

3 months ago

0.3.0

3 months ago

0.3.6

3 months ago

0.3.5

3 months ago

0.3.2

3 months ago

0.3.1

3 months ago

0.3.4

3 months ago

0.2.5

3 months ago

0.3.3

3 months ago

0.2.1

4 months ago

0.2.3

4 months ago

0.2.2

4 months ago

0.2.4

4 months ago

0.1.10

4 months ago

0.2.0

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.9

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago