21 lines
414 B
Markdown
21 lines
414 B
Markdown
# Taker of Notes Plugin: PostgreSQL
|
|
|
|
Taker of Notes storage plugin for PostgreSQL databases
|
|
|
|
## Getting Started
|
|
|
|
1. Install dependencies: `npm install`
|
|
2. Run tests: `npm test`
|
|
3. Build: `npm run build`
|
|
|
|
## Project Structure
|
|
|
|
- `src/` - Source code
|
|
- `test/` - Tests
|
|
- `dist/` - Built output
|
|
- `rollup.config.js` - Build configuration
|
|
|
|
## Development
|
|
|
|
Implement your storage adapter in `src/PostgreSQLAdapter.js`.
|