Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 439 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 439 Bytes

Bacteria

Bacteria is a database introspection library

Supports

  • MySQL/MariaDB
  • Postgres
  • MsSQL
  • Sqlite

Commands

Development

To run, use:

npm start 

Build

To do a one-off build, use:

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

Tests are set up to run with

npm test