@takerofnotes/plugin-postgre-sql
v0.1.0
Published
Taker of Notes storage plugin for PostgreSQL databases
Downloads
87
Readme
Taker of Notes Plugin: PostgreSQL
Taker of Notes storage plugin for PostgreSQL databases
Getting Started
- Install dependencies:
npm install - Run tests:
npm test - Build:
npm run build
Project Structure
src/- Source codetest/- Testsdist/- Built outputrollup.config.js- Build configuration
Development
Implement your storage adapter in src/PostgreSQLAdapter.js.
