A library for working with Table Schema in Javascript.
UI components for tableschema
`@devrev/meerkat-core` is the foundational library for the Meerkat ecosystem, a TypeScript SDK that seamlessly translates Cube-like queries into DuckDB Abstract Syntax Trees (AST). It provides the core logic for query transformation, designed to be enviro
```javascript const DB = require('relax-sqlite3'); const db = new DB({ dbFilePath: './database/test.db', initSqlFiles: ['./database/init.sql'], tableSchema: { table1: ['column1', 'column2'], t2: ['c1', 'c2', 'c3'] }, ve
A library for working with Table Schema in Javascript.
Migrate (nested and multi-dimensional) json data to/from sqlite database with better-sqlite3-helper
Zod schemas for Glyph JS components with JSON Schema generation
8base Forms is a thin React wrapper for React Final Forms to easy implement forms for 8base API entities.
`@devrev/meerkat-node` is a library for converting cube queries into SQL and executing them in a Node.js environment using [DuckDB](https://duckdb.org/). It serves as a server-side query engine within the Meerkat ecosystem.
Plaintext-to-encrypted column migration for CipherStash: resumable backfill, per-column state, and EQL lifecycle orchestration.
## 属性
type-guarded query string parsers
This package consists of 2 parts: 1. Light-weight CLI with minimum dependencies to sync BQ table schemas as one of the steps during deployment. 2. Small BQ client that could be used in a limited [Cloudflare Workers](https://developers.cloudflare.com/worke
`@devrev/meerkat-browser` is a library for converting cube queries into SQL and executing them in a browser environment using [@duckdb/duckdb-wasm](https://github.com/duckdb/duckdb-wasm). It serves as a client-side query engine within the Meerkat ecosyste
In-memory reactive data SDK for Node.js and web projects with schema validation and transactional writes.
Simple postgres schema builder leveraging Typescript's type system to enable typesafe queries
Generate Drizzle schema from Prisma schema
Create tables cell by cell, with a custom schema for rows and cells
Updates:
Types and pure helpers shared between @sapporta/server and @sapporta/ui. Leaf package — must not depend on either.
A better ts/js airtable toolkit
The TK toolkit. Utilities for dealing with data in Node.js.
自己的组件库
This library provides a [DataLoader](https://github.com/graphql/dataloader) layer for efficient fetching from DynamoDB by caching and batching.
Rel8 but in rust
Embeddable single-table engine: row + columnar Parquet with Iceberg-compatible metadata
Official Rust SDK for WOWSQL - MySQL Backend-as-a-Service with S3 Storage
Schema management and metadata catalog for YYKV databases and tables
高性能数据锻造工坊 - 为Rust开发者打造的随机数据生成与数据库填充解决方案
Query planner: name resolution, WHERE analysis, join ordering
A rust client for GreptimeDB gRPC protocol
High-performance Kafka-compatible message broker
Columnar in-memory cache for AI/ML inference workloads
Lightweight serverless HTAP engine — Rusqlite (OLTP) + DuckDB/DataFusion (OLAP) with CDC replication
RocksDB-backed CDC log for Rhei HTAP engine
Core traits and types for the Rhei HTAP engine