0.8.0 • Published 11 months ago

@jakub.knejzlik/ts-query v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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.8.0

11 months ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.0

1 year ago

0.7.5

1 year ago

0.6.12

1 year ago

0.6.11

1 year ago

0.6.10

1 year ago

0.6.9

1 year ago

0.6.7

1 year ago

0.6.8

1 year ago

0.6.6

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.2

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.7

2 years ago

0.3.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.2.5

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.10

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago