pg-function-procedure-lib
Version:
A TypeScript library for calling PostgreSQL functions and procedures with entity mapping
30 lines (17 loc) • 526 B
Markdown
# pg-lib
A TypeScript library for calling PostgreSQL functions and procedures with entity mapping.
## Installation
```bash
npm install pg-lib
Usage
import { PgFunctionProcedureClient, PgEntityMapper } from "pg-lib";
// Example usage...
License
MIT
### 7. **Add a LICENSE**
Choose a license (e.g., MIT) and add it as `LICENSE` in the root directory. Here's an example of the MIT license content:
```plaintext
MIT License
Copyright (c) 2024 Your Name
Permission is hereby granted...