mysql-table

JSON →
library 2.2.7 ·javascript
verified Jun 5, 2026

Utility for creating and manipulating SQL tables using KnexJS schema building. Version 2.2.7 is stable. Automates database/table creation and provides a simplified interface with methods like get, getAll, getBy, create, update, upsert, filter, count, and streaming. Works with any database Knex supports: Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, Amazon Redshift. Differentiator: combines automatic schema initialization with a streaming interface, built on top of Knex but abstracts away connection pooling and table creation.