BROWSE A-Z
All 305,250 crates, alphabetically
Data as of 2026-07-25 (crates.io database dump, timestamp 2026-07-25T02:00:36Z). Source: crates.io · db-dump.tar.gz · methodology & corrections.
sqlite-conduitLightweight rusqlite-backed SQLite persistence proxy for Tauri apps — pure physical channel with explicit transaction control and…13MIT
sqlite-coreNative, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype).1,274Apache-2.0
sqlite-decoderSQLite WAL and database formats decoder4,542MIT OR Apache-2.0
sqlite-diff-rsBuild SQLite changeset and patchset binary formats programmatically, without SQLite357MIT
sqlite-encoderSQLite WAL and database formats encoder3,365MIT OR Apache-2.0
sqlite-english-stemmerThis is an auxiliary library used for normalizing English words and identifying some special characters.379MIT OR Apache-2.0
sqlite-err-parserDeconstruct certain sqlite errors1,7630BSD
sqlite-esAn SQLite implementation of an event repository for cqrs-es.11,906Apache-2.0
sqlite-extrasSqlite database insights1,756MIT
sqlite-fastrandA SQLite extension for generating numbers and blobs very quickly3,813MIT/Apache-2.0
sqlite-fleetManage migrations across fleets of SQLite databases168MIT
sqlite-forensicForensic anomaly auditor for SQLite databases — header-integrity findings as graded report::Finding, built on sqlite-core (WS-C…610Apache-2.0
sqlite-fsrA from-scratch Rust implementation of a minimal SQLite database.81MIT OR Apache-2.0
sqlite-functionsA small toolkit for authoring Rust functions for SQLite0MIT OR Apache-2.0
sqlite-glanceConveniently inspect an SQLite database file in the terminal6,758BSD-3-Clause
sqlite-graphAn embeddable graph database built on SQLite — recursive CTEs, bi-temporal edges, FTS5 search, and vector fusion in a single file35MIT
sqlite-graphragPersistent GraphRAG memory for Claude Code, Codex, Cursor, and 27 AI agents — one self-contained ~19 MiB Rust binary, zero…1,822Apache-2.0 OR MIT
sqlite-hardenedOpinionated, correct-by-default sqlx SQLite pool (WAL, foreign_keys, busy_timeout, synchronous=NORMAL) with a BEGIN IMMEDIATE…22MIT OR Apache-2.0
sqlite-hashesHashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, Blake3, FNV-1a, xxHash192,279MIT OR Apache-2.0
sqlite-helloFFI bindings to the sqlite-hello SQLite extension30,581MIT/Apache-2.0
sqlite-httpAn HTTP interface for SQLite.8,014MIT
sqlite-jieba-tokenizerThis's a run-time loadable extension of SQLite fts5, supports Chinese and English word segmentation and search.135MIT OR Apache-2.0
sqlite-jsonschemaA SQLite extension for validating JSON documents3,810MIT/Apache-2.0
sqlite-kitHigh-performance SQLite connection pool with read/write split, WAL monitoring, and migration support78MIT
sqlite-knowledge-graphA Rust library for building and querying knowledge graphs using SQLite as the backend, with graph algorithms, vector search, and…163MIT
sqlite-llUsable low-level interface to sqlite that doesn't get in your way41MIT OR Apache-2.0
sqlite-loadableA framework for building SQLite extensions in Rust42,527MIT/Apache-2.0
sqlite-loadable-macrosmacros for the sqlite-loadable crate33,777MIT/Apache-2.0
sqlite-mumusqlite-mumu is a plugin for the mumu ecosystem1,899MIT OR Apache-2.0
sqlite-objsSafe Rust bindings for sqlite-objs - SQLite VFS backed by Azure Blob Storage114MIT
sqlite-objs-sysRaw FFI bindings to sqlite-objs C library188MIT
sqlite-opcodeSQLite opcodes and query planning1,573MIT OR Apache-2.0
sqlite-pagecacheSQLite Application Defined Page Cache interface1,553MIT OR Apache-2.0
sqlite-parser-nomSQLite database file parser4,321Apache-2.0
sqlite-pluginA Rust crate for building a custom SQLite virtual file system (VFS).17,104MIT OR Apache-2.0
sqlite-poolAsync pool for rusqlite connection185Apache-2.0
sqlite-providerA Rust crate that provides a high-level, backend-agnostic abstraction layer over the SQLite3 C API183BSD-3-Clause
sqlite-provider-abiSQLite3 C ABI shim over a registered `sqlite-provider` backend22BSD-3-Clause
sqlite-provider-sqlite3libsqlite3 backed adapter for sqlite-provider95BSD-3-Clause
sqlite-regexA SQLite extension for working with regular expressions8,277MIT/Apache-2.0
sqlite-requestsRepresent SQLite queries and executes as request objects3,292MIT
sqlite-robotstxtA SQLite extension for parsing robots.txt files2,718MIT/Apache-2.0
sqlite-rsSQLite reader in pure Rust23,455MIT
sqlite-rwcReader Writer Concurrency Setup for Sqlite32,738AGPL-3.0-only
sqlite-simple-tokenizerThis's a run-time loadable extension of SQLite fts5, supports Chinese and pinyin word segmentation and search.2,638MIT OR Apache-2.0
sqlite-sqlSQLite's SQL interpretation3,991MIT OR Apache-2.0
sqlite-tableSQLite inpection and manipulation on tables2,169MIT OR Apache-2.0
sqlite-tgFFI bindings to the sqlite-tg SQLite extension3,314MIT/Apache-2.0
sqlite-tinyA minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API17,928BSD-2-Clause OR MIT
sqlite-typesSQLite Rust types5,666MIT OR Apache-2.0
sqlite-ulidA SQLite extension for working with ULIDs9,248MIT/Apache-2.0
sqlite-uuidPlugin to add support for uuids in sqlite16,181MIT
sqlite-vecFFI bindings to the sqlite-vec SQLite extension2,088,737MIT/Apache-2.0
sqlite-vector-rsSQLite extension providing PGVector-like native vector types with HNSW indexing710MIT OR Apache-2.0
sqlite-vfsBuild SQLite virtual file systems (VFS) by implementing a simple Rust trait.18,188MIT OR Apache-2.0
sqlite-vfs-httpQuery sqlite database over http3,833AGPL-3.0-only
sqlite-vfs-icBuild SQLite virtual file systems (VFS) by implementing a simple Rust trait.4,416MIT OR Apache-2.0
sqlite-vssFFI bindings to the sqlite-vss SQLite extension19,579MIT/Apache-2.0
sqlite-vtable-opendalSQLite virtual tables for querying cloud object store metadata using OpenDAL188MIT OR Apache-2.0
sqlite-walSQLite WAL manipulations1,556MIT OR Apache-2.0
sqlite-wasmA high-performance SQLite wrapper for WebAssembly with OPFS support499MIT
sqlite-wasm-libcmaking it possible to link external custom libc1,402MIT
sqlite-wasm-macroHelps generate multithreading code4,279MIT
sqlite-wasm-rs`wasm32-unknown-unknown` bindings to the libsqlite3 library.4,911,473MIT
sqlite-wasm-uuid-rsRust SQLite-WASM extension for UUIDv4 (Random) & UUIDv7 (Time-ordered) generation.39MIT
sqlite-wasm-vec`wasm32-unknown-unknown` bindings to the `sqlite-vec` extension.195MIT
sqlite-wasm-vfssome experimental VFS implementations.115,759MIT
sqlite-wasm-wasiUse SQLite from WASM WASI91MIT
sqlite-watcherBuilding blocks to observe database table changes in sqlite3462,723AGPL-3.0-only
sqlite-webSQLite WebAssembly backend for Diesel960MIT
sqlite-xsvA SQLite extension for reading large CSVs1,576MIT/Apache-2.0
sqlite-zstdExtension for sqlite that provides transparent dictionary-based row-level compression for sqlite9,106LGPL-2.0-or-later
sqlite2dbRun SQLite on database servers2,838MIT
sqlite2dirDump sqlite3 databases to the filesystem3,226GPL-3.0-or-later
sqlite2mongoImport sqlite database to mongodb.4,127MIT
sqlite2parquetGenerate parquet files from sqlite databases86,945Unlicense
sqlite3The package provides an interface to SQLite.58,530Apache-2.0/MIT
sqlite3-builderzero dependency, tiny sqlite3 wrapper built for lodpm16,473MIT
sqlite3-ext-vtabBuild loadable extensions for SQLite using Rust — fork of sqlite3_ext with vtab trait improvements30blessing
sqlite3-ext-vtab-macroDerive macros for sqlite3-ext-vtab81blessing
sqlite3-headerA crate to parse the sqlite3 header bytes.7,859MIT
sqlite3-nativeRust native libsqlite31,749MIT
sqlite3-parserSQL parser (as understood by SQLite)3,602,337Apache-2.0/MIT
sqlite3-providerThe package provides SQLite.4,864Apache-2.0/MIT
sqlite3-srcThe package provides SQLite.1,980,188Apache-2.0 OR MIT
sqlite3-sysThe package provides bindings to SQLite.1,983,328Apache-2.0 OR MIT
sqlite3_extBuild loadable extensions for SQLite using Rust7,291blessing
sqlite3_ext_macroDerive macros for sqlite3_ext3,854blessing
sqlite3_tokenizerTokenizes SQL strings as SQLite would3,061MIT
sqlite3builderSimple SQL code generator for Sqlite3.10,786MIT
sqlite3dynrust dynamic call sqlite3 share object39MIT/Apache-2.0
sqlite3ext-sysFFI bindings to sqlite3ext.h - you probably want libsqlite3-sys, however31,060MIT/Apache-2.0
sqlite4dbRun SQLite on database servers1,504MIT
sqlite4n6sqlite4n6 — read-only SQLite forensic CLI: carve deleted records and grade anomalies into severity-ranked findings, single static…81Apache-2.0
sqlite_dbhashsqlite dbhash as a library727blessing
sqlite_ext_ntqq_dbA SQLite VFS extension to directly read NTQQ database files, skipping the leading bytes.1,386MIT
sqlite_pagesPage-level SQLite database access using sqlite_dbpage virtual table136MIT OR Apache-2.0
sqlite_parserParse SQLite databases26,094MIT/Apache-2.0
sqlite_parser_swift_grdbParse sqlite files to GRBD swift files1,751MIT
sqlite_playgroundA very simple sqlite playground that can open db files or operate entirely in memory. Useful as a tool for learning or toying…1,521MIT OR Apache-2.0
sqlite_test_utilsTest utilities for SQLite database testing155MIT
sqlite_toolssqlite content print1,522MIT OR Apache-2.0
sqlite_varintUtility functions for dealing with varints from SQLite.3,998MIT
sqlite_vdbeLow-level access to SQLite's VDBE bytecode engine49MIT
sqlite_wasm_readerA pure Rust SQLite reader library for WASI environments2,193Apache-2.0
sqlitefsIn-App Filesystem using SQLite3,040EUPL-1.2
sqlitegisSQLiteGIS: PostGIS-style spatial functions for SQLite in pure Rust.168MIT OR Apache-2.0
sqlitegraphEmbedded graph database with explicit SQLite, native-v3, and combined backend modes; HNSW vector search; and graph algorithms3,692GPL-3.0-only
sqlitegraph-cliCommand-line interface for SQLiteGraph — embedded graph and vector runtime with Cypher-inspired queries808GPL-3.0-only
sqlitegraph-pyPython bindings for sqlitegraph via PyO336GPL-3.0-only
sqlitemapAn alternative map implementation, backed by a sqlite database4,952MIT
sqlitepipeA simple tool for piping the output of a command into sqlite databases.134MIT
sqliterAn opinionated async connnection/migration handler for rusqlite to make light work of using sqlite databases for small apps9,577MIT
sqlitexAn ergonomic sqlite library with compile time guarantees427MIT
sqlitex_corecore logic for sqlitex647MIT
sqlitex_macrosmacro for sqlitex543MIT
sqlitex_type_inferencetype inference for sqlitex696MIT
sqlitoSqlito is a Rust library for efficient data management, offering high-performance tools for developers.1,390Unlicense
sqlitxfzf-powered connection picker for sqlit95MIT
sqlkA terminal-based PostgreSQL query execution and visualization tool with vim-like navigation.1,853MIT OR Apache-2.0
sqllEfficient interface to SQLite that doesn't get in your way2,269MIT OR Apache-2.0
sqll-macrosEfficient interface to SQLite that doesn't get in your way2,282MIT OR Apache-2.0
sqll-sysEfficient interface to SQLite that doesn't get in your way2,478MIT OR Apache-2.0
sqllineageExtract table and column-level lineage from SQL37MIT OR Apache-2.0
sqllogictestSqllogictest parser and runner.13,619,242MIT OR Apache-2.0
sqllogictest-binSqllogictest CLI.70,030MIT OR Apache-2.0
sqllogictest-enginesSqllogictest built-in engines.150,678MIT OR Apache-2.0
sqllogictest-flightsqlA sqllogictest runner for Flight SQL protocol supported databases1,374MIT
sqlly-datatableConfigurable virtualized data grid component for the GPUI toolkit.697MIT
sqlly-textboxA reusable, full-featured text input component for GPUI, supporting single-line, multi-line, validation, focus states, selection,…104MIT OR Apache-2.0
sqlmreserved1,281MIT OR Apache-2.0
sqlm-postgres`sql!` macro to write compile-time checked database queries similar to how `format!` works1,292MIT OR Apache-2.0
sqlm-postgres-macrosmacros for `sqlm-postgres`1,621MIT OR Apache-2.0
sqlm-sqlitereserved1,288MIT OR Apache-2.0
sqlmap-rsType-safe asynchronous wrapper for the sqlmap REST API (sqlmapapi) with task lifecycle control and multi-format results163MIT
sqlmoSQL data primitives. Use it to generate SQL queries, auto-generate SQL migrations, and more.91,544MIT
sqlmo_openapiCrate to create sqlmo models from openapi v3 spec14,084MIT
sqlmo_sqlxCrate to create sqlmo models from sqlx database (currently just postgres)12,250MIT
sqlmodelSQL databases in Rust, designed to be intuitive and type-safe207LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-consoleBeautiful terminal output for SQLModel Rust - automatically adapts to agents vs humans9,960LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-coreCore types and traits for SQLModel Rust79,298LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-frankensqliteFrankenSQLite (pure-Rust) driver for SQLModel Rust223LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-macrosProcedural macros for SQLModel Rust626LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-mysqlMySQL driver for SQLModel Rust68LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-poolConnection pooling for SQLModel Rust using asupersync293LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-postgresPostgreSQL driver for SQLModel Rust68LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-queryType-safe SQL query builder for SQLModel Rust373LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-schemaSchema definition and migration support for SQLModel Rust519LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-sessionSession and Unit of Work for SQLModel Rust288LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlmodel-sqliteSQLite driver for SQLModel Rust78,476LicenseRef-MIT-OpenAI-Anthropic-Rider
sqlnessSQL integration test harness133,923Apache-2.0
sqlness-cliSQLNESS command line tool7,611Apache-2.0
sqloSyntactic sugar for sqlx.
Sqlo is another attempt to make a nice/pleasant API in Rust using relational database.
Sqlo is built…2,697non-standard
sqloreSQL Lore1,451MIT
sqlormAn ergonomic and type-safe ORM for database interactions7,866Apache-2.0
sqlorm-coreCore library for sqlorm9,152Apache-2.0
sqlorm-macrosMacros codegen for sqlorm8,645Apache-2.0
sqloutConvert SQLite-dialect SQL into PostgreSQL or MySQL dialect SQL17MIT OR Apache-2.0
sqlpageBuild data user interfaces entirely in SQL. A web server that takes .sql files and formats the query result using pre-made…65,251MIT
sqlparseA SQL Parser and Formatter for Rust10,400BSD-3-Clause
sqlparserExtensible SQL Lexer and Parser with support for ANSI SQL:201170,116,775Apache-2.0
sqlparser-dsqlSQL parser fork with Aurora DSQL extensions (CREATE INDEX ASYNC, order-independent CREATE SEQUENCE, INCLUDE on table…55,846Apache-2.0
sqlparser-lanceA fork of sqlparser-rs project14,144Apache-2.0
sqlparser-mysqlA SQL parser for MySQL with nom.6,448Apache-2.0 OR MIT
sqlparser-patchedExtensible SQL Lexer and Parser with support for ANSI SQL:20112,723Apache-2.0
sqlparser-queryscriptExtensible SQL Lexer and Parser with support for ANSI SQL:20114,437Apache-2.0
sqlparser_deriveProcedural (proc) macros for sqlparser40,590,776Apache-2.0
sqlplannertestA yaml-based SQL planner test framework.18,731MIT OR Apache-2.0
sqlpopSQL parser (as understood by SQLite)5,427Apache-2.0/MIT
sqlquackWarehouse SQL analysis and fail-closed DuckDB transpilation engine17MIT
sqlrA SQL templating library1,151MIT
sqlRedisBenchA TUI tool to benchmark and compare SQLite (disk/memory) and Redis performance.25GPL-3.0-only
sqlrenderAn easy sql generator.1,508MIT
sqlrender-implInternal implementation details for SqlRender.1,955MIT
sqlriteRAG-oriented SQLite wrapper for AI agent workloads100MIT
sqlrite-askNatural-language → SQL adapter for sqlrite-engine. Anthropic-first; OpenAI / Ollama follow-ups.634MIT
sqlrite-engineLight version of SQLite developed with Rust. Published as `sqlrite-engine` on crates.io; import as `use sqlrite::…`.876MIT
sqlrite-mcpModel Context Protocol (MCP) server for SQLRite. Exposes a SQLRite database to LLM agents over stdio.271MIT
sqlrite-sdk-coreShared protocol contracts for SQLRite SDKs156MIT
sqlrsA SQL database, similar to SQLite1,487MIT OR Apache-2.0
sqlserver-mcpSQL Server 2025/2022/2019/2017 - master/msdb/sandbox combined catalog MCP server, generated by mcpify.246MIT
sqlshieldTools to validate raw sql queries declared in variables of arbitrary source code149MIT
sqlshield-cliValidate raw sql queries inside code files against a schema54MIT
sqlshield-introspectLive database introspection for sqlshield: read schema directly from Postgres / SQLite (MySQL pending)87MIT
sqlshield-lspLanguage Server Protocol frontend for sqlshield — schema-aware SQL diagnostics in any editor56MIT
sqlsonnetExpress SQL queries with a simple Jsonnet representation, which can be easily templated using the Jsonnet configuration language.787MIT OR Apache-2.0
sqlsonnet-macrosProc macros for sqlsonnet1,020MIT OR Apache-2.0
sqlsrvUtility functions for managing SQLite connections in a server application.16,7230BSD
sqlstateRepresentations and parsing logic for SQLSTATE return codes.3,787MIT
sqlstate-inlineMemory efficient const-friendly types for SQLSTATE codes4,010MPL-2.0
sqlstate-macrosProcedural macros for sqlstate.4,351MIT
sqlstrSql string builder1,468MIT OR Apache-2.0
sqlsurge-cliCLI tool for SQL static analysis against schema definitions23MIT
sqlsurge-coreCore library for SQL static analysis against schema definitions98MIT
sqlsyncSQLSync is a collaborative offline-first wrapper around SQLite. A SQLSync Reducer is responsible for executing mutations on the…1,482Apache-2.0
sqlsync-reducerSQLSync is a collaborative offline-first wrapper around SQLite. A SQLSync Reducer is responsible for executing mutations on the…6,547Apache-2.0
sqltSQL parser, translator, and linter for MySQL, MariaDB, Postgres, MSSQL, SQLite53MIT
sqltaticA static site generator for websites that show data from an SQL database1,559AGPL-3.0
sqltkEnhanced Visitor implementation for sqlparser13,183MIT
sqltk-parserExtensible SQL Lexer and Parser with support for ANSI SQL:20114,485Apache-2.0