WebAssembly build of the SQLRite embedded database engine. Runs entirely in the browser via wasm-pack / wasm-bindgen.
Node.js bindings for SQLRite — a small, embeddable SQLite clone written in Rust.
SQL Done Right
Example: a Node.js CLI that ingests a folder of markdown notes into SQLRite (hybrid HNSW + BM25 retrieval), then exposes the database to Claude Desktop / any MCP client via sqlrite-mcp.
Micro subset of unicode data files for markdown-it projects.
TypeScript definitions for prompt-sync
Remove the trailing spaces from a string.
A low level parser for ANSI sequences.
Wrap native HTTP requests with RFC compliant cache support
Get the protocols of an input url.
A module that parses a string as regular expression and returns the parsed value.
A high level git url parser for common git providers.
Parse paths (local paths, urls: ssh/git/etc)
Command line keyboard entry using promises
An advanced url parser supporting git urls too.
Pi extension. A structured questionnaire the model can put to you when it would otherwise guess, with typed options instead of free-form replies.
Check if an input value is a ssh url or not.
A ask query-operation actor
A low level git url parser.
Model package for Alexa Skills Kit SDK
Helper to use emmet modules in Visual Studio Code
Common functions used by the `@twurple` library family.
A light wrapper around the Twitch API.
(Experimental) Utilities for working with TypeScript + ESLint together
Natural-language → SQL adapter for sqlrite-engine. Anthropic-first; OpenAI / Ollama follow-ups.
Light version of SQLite developed with Rust. Published as `sqlrite-engine` on crates.io; import as `use sqlrite::…`.