1.0.0 • Published 8 months ago
pg-function-procedure-lib v1.0.0
pg-lib
A TypeScript library for calling PostgreSQL functions and procedures with entity mapping.
Installation
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...
1.0.0
8 months ago