https://github.com/faasjs/typed-pg
A type-safe PostgreSQL query builder for TypeScript with a fluent API.
https://github.com/faasjs/typed-pg
Last synced: about 1 year ago
JSON representation
A type-safe PostgreSQL query builder for TypeScript with a fluent API.
- Host: GitHub
- URL: https://github.com/faasjs/typed-pg
- Owner: faasjs
- License: mit
- Created: 2025-02-01T02:31:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T17:47:01.000Z (about 1 year ago)
- Last Synced: 2025-05-04T08:38:20.422Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typed-pg
[](https://github.com/faasjs/typed-pg/blob/main/LICENSE)
[](https://www.npmjs.com/package/typed-pg)
[](https://github.com/faasjs/typed-pg)
[](https://github.com/faasjs/typed-pg/actions/workflows/unit-test.yml)
[](https://app.codecov.io/gh/faasjs/typed-pg)
[](https://github.com/faasjs/typed-pg/commits)
[](https://github.com/faasjs/typed-pg)
[](https://github.com/faasjs/typed-pg/pulls)
**This package is still in development and not yet ready for production use.**
A type-safe PostgreSQL query builder for TypeScript with a fluent API.
## Features
- 🎯 Full TypeScript support
- 🔒 Type-safe queries
- ⚡ Built on top of the high-performance `postgres.js` package
- 🔗 Fluent chainable API
- 🛡️ SQL injection prevention
- 📦 Transaction support
- 🎨 Clean and intuitive API
## Installation
```bash
npm install typed-pg
```