基于[sequelize-auto](https://github.com/sequelize/sequelize-auto),生成数据库模型字符串。 ## use ``` const SequelizeAutoEgg = require("sql-auto-egg").default; const auto = new SequelizeAutoEgg( 'dbName', 'user', 'password', { host: 'host', dialect: "mys
Fastest full featured PostgreSQL client for Node.js
PostgreSQL AST Deparser
Utilities for SQL instrumentations
The real PostgreSQL query parser
sqladmin
egg developer tool
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
Format whitespace in a SQL query to make it more readable
deploy tool for egg project
A simple and lightweight library for highlighting SQL queries written in pure JavaScript
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
A JavaScript library for connecting securely to your Cloud SQL instances
egg logger
SQL language support for the CodeMirror code editor
Auto gen ci config file
SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).
simple node sql parser
Sql client for Node.js
A TDS driver, for connecting to MS SQLServer databases.
Base view plugin for egg
Lightweight SQL Connector
development tool for egg
Simple SQL escape and format for MySQL