icql-dba-hollerith
use vectorial numbers (VNRs) in SQLite to allow for arbitrary many interstitial elements
use vectorial numbers (VNRs) in SQLite to allow for arbitrary many interstitial elements
icql-dba extension for tagging arbitrary objects individually or by range
A light-weight client to read & write data to InfluxDb v1 and v2. This client supports both InfluxQL(SQL) and Flux queries
A file-based & memory-efficient, serverless, ACID compliant, relational database management system
High performance middleware that implements cookie based web sessions into the HyperExpress webserver.
Yet another orm for javascript and typescript no one asked for
Manipulating hierarchical BST tree structures.
High-performance GTFS database
A g-sql connector to connect the g-sql data query language with an api in nodejs.
Enterprise level PostgreSQL client for JavaScript
Conversion of html special characters for sql
PG library for truly ACID transactions
Automatically generates typescript models compatible with sequelize-typescript library (https://www.npmjs.com/package/sequelize-typescript) directly from your source database.
A simple module to create query grammars and parsers in full JS (not PEG, not compiled)
Database migration manager for PosgreSQL
A promise based ORM supporting sqlite3, postgres and future plans to support mongoDB and mysql.
``` js const gulp = require('gulp'); const xlsx2sql = require('gulp_xlsx2sql'); const concat = require('gulp-concat'); const fields = new Map(); // 自定义字段映射 fields.set('性别', 'sex');
A fully typed sql builder. Works best with TypeScript an Visual Studio Code.