Bacteria is a database introspection library
npm install @hadmean/bacteriaBacteria is a database introspection library
Supports
- MySQL/MariaDB
- Postgres
- MsSQL
- Sqlite
To run, use:
``bash`
npm start
To do a one-off build, use:
`bash`
npm run build
This builds to /dist and runs the project in watch mode so any edits you save inside src cause a rebuild to /dist.
Tests are set up to run with
`bash``
npm test