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.
sqdjsqdj shortens delimited data2,099MIT
sqeelVim-modal SQL client: TUI front-end for sqlx-backed connections with LSP-aware editing.353MIT
sqeel-configConfig loading for sqeel: MainConfig / EditorConfig on top of hjkl-config.788MIT
sqeel-coreCore SQL engine for sqeel: sqlx-backed connection pool, tree-sitter SQL parser, LSP integration.851MIT
sqeel-guiegui/eframe GUI front-end for sqeel: hosts the sqeel TUI inside a native window via egui_term.117MIT
sqeel-tuiRatatui TUI front-end for sqeel: vim-modal SQL editing with hjkl bindings.441MIT
sqelUniversal database CLI for connecting, querying, exporting, and syncing across multiple database engines.21MIT
sqepSQEP – Secure Quantum Encryption Protocol powered by ContiCrypt482MIT
sqep-liteSQEP Lite — ZeroshieldCipher: a modern AEAD+HKDF cryptography primitive.95MIT
sqew-git-commitOutput git commit data points in InfluxDB line protocol format.1,203non-standard
sqidsGenerate short unique ids from numbers.369,906MIT
sqisignCompact post-quantum signatures from quaternions and isogenies.2,687MIT
sqisign-rsSQIsign post-quantum signatures: keygen, sign, verify in pure Rust1,328Apache-2.0 OR MIT
sqisign-verifySQIsign signature verification (no_std, zero allocation, pure Rust)198Apache-2.0 OR MIT
sqisignhdthe smallest PPQS key and signature sizes to date1,473MIT
sqjsonA simple JSON-based embedded database3,187MIT OR Apache-2.0
sqlThe package provides a constructor of SQL statements.28,106Apache-2.0/MIT
sql-astA lean sql AST and parser18,424Apache-2.0
sql-auditA companion library to `sql-audit-cli` implementing all of the same functionality, plus useful runtime operations.2,420MIT
sql-audit-cliRun one command to start tracking all changes in your Postgres database!1,611MIT
sql-bridgeSQL bridge for sqlx-repo1,200MIT or Apache-2.0
sql-builderSimple SQL code generator.710,941MIT
sql-checkCompile-time SQL validation crate extracted from SQLx25MIT OR Apache-2.0
sql-check_deriveProcedural macro for SQL Check. Do not use directly, use sql-check crate instead.114MIT OR Apache-2.0
sql-cliSQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation10,097MIT
sql-comment-parsersql comment parser1,522non-standard
sql-composerSQL template engine that composes reusable SQL fragments with parameterized bindings428MIT
sql-composer-duckdbDuckDB driver for sql-composer SQL template engine58MIT
sql-composer-mysqlMySQL driver for sql-composer SQL template engine (sync and async)56MIT
sql-composer-postgresPostgreSQL driver for sql-composer SQL template engine (sync and async)57MIT
sql-composer-rusqliterusqlite driver for sql-composer SQL template engine56MIT
sql-composer-sqlxsqlx integration for sql-composer: verify composed SQL against a database56MIT
sql-ddl-to-json-schemaParse MySQL and MariaDB DDL into a compact table model and JSON Schema draft-07 documents41MIT
sql-dialect-fmtsql-dialect-fmt: an opinionated SQL dialect formatter (command-line).1430BSD
sql-dialect-fmt-configShared sql-dialect-fmt.toml configuration model and discovery for the sql-dialect-fmt CLI and LSP.910BSD
sql-dialect-fmt-encodingByte-to-text decoding and re-encoding helpers for sql-dialect-fmt.1780BSD
sql-dialect-fmt-formatterGeneric Wadler/Prettier-style Doc IR + width-aware printer, plus the Snowflake SQL formatting rules built on the lossless CST.2400BSD
sql-dialect-fmt-highlightLexical syntax highlighting primitives for Snowflake SQL.1770BSD
sql-dialect-fmt-hoverLSP/editor-ready hover information for Snowflake SQL keywords, functions, types, procedures, and tasks.1730BSD
sql-dialect-fmt-lexerHand-written, lossless, error-resilient lexer for Snowflake SQL (sql-dialect-fmt toolchain).3430BSD
sql-dialect-fmt-lintEditor-independent SQL lint rules (SDF001-SDF007) with suppression comments, shared by the sql-dialect-fmt CLI and language…670BSD
sql-dialect-fmt-lspLanguage Server Protocol server for Snowflake SQL formatting, diagnostics, symbols, completion, and semantic tokens.1370BSD
sql-dialect-fmt-parserError-resilient, event-based recursive-descent parser building a lossless rowan CST for Snowflake SQL.2710BSD
sql-dialect-fmt-syntaxSyntax kinds and lossless-tree (rowan) language definition for sql-dialect-fmt, a Snowflake SQL toolchain.3800BSD
sql-dialect-fmt-textShared source text position helpers for sql-dialect-fmt.2620BSD
sql-dialect-fmt-wasmRaw WebAssembly bindings for sql-dialect-fmt, intended for browser extensions.1380BSD
sql-encryptApplication-level encryption to safely store sensitive data.1,181MIT
sql-fingerprintA SQL fingerprinter.8,268MIT
sql-forgeProc-macro combining compile-time SQL validation with a runtime QueryBuilder for dynamic queries using named parameters.600MIT
sql-forge-macroProcedural macro implementation for sql-forge.677MIT
sql-funSQL query/statement execution code generator23MIT
sql-fun-clicommand line tool for sql-fun24MIT
sql-fun-clientcallable client for sql-fun-server-api103MIT
sql-fun-corecommon dependencies for sql-fun323MIT
sql-fun-serverschema data service for sql-fun22MIT
sql-fun-server-apiAPI type crate for sql-fun-server253MIT
sql-fun-sqlastsemantic analyzer for PostgreSQL102MIT
sql-functionsA library of dialect specific SQL Functions2,571Apache-2.0
sql-genA CLI tool for generating models based on a SQL Database using SQLx10,614MIT
sql-generustorA tool to generate SQL insertion commands94MIT
sql-helpsql-help: parse SQL text then print any SQL help that we know of, such as optimizations, clarifications. Work in progress.63MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR BSD-3-Clause
sql-insightA utility for SQL query analysis, formatting, and transformation.5,228MIT
sql-insight-cliA CLI utility for SQL query analysis, formatting, and transformation.3,944MIT
sql-js-httpvfs-rsA very experimental, basic, and slightly ridiculous-sounding Rust wrapper around sql.js-httpvfs2,420Apache-2.0
sql-json-pathSQL/JSON Path implementation in Rust.236,070Apache-2.0
sql-lspA high-performance, multi-dialect SQL Language Server Protocol (LSP) implementation in Rust.91MIT
sql-macrosAuto generate sql queries for CRUD on sqlx768MIT OR Apache-2.0
sql-macros-coreAuto generate sql queries for CRUD on sqlx1,095MIT OR Apache-2.0
sql-macros-deriveAuto generate sql queries for CRUD on sqlx940MIT OR Apache-2.0
sql-mcp-serverAn MCP server for connecting to and running queries on SQL databases. Supports built-in SSH tunneling67non-standard
sql-melMélodium SQL library8,116EUPL-1.2
sql-middlewareLightweight async wrappers for tokio-postgres, rusqlite, turso, and tiberius.1,381MIT
sql-migration-simParse and simulate SQL DDL statements7,724MIT OR Apache-2.0
sql-ormPublic API crate for the sql-orm workspace.54MIT
sql-orm-cliCommand-line tooling for sql-orm.51MIT
sql-orm-coreCore contracts and shared types for the sql-orm workspace.233MIT
sql-orm-macrosProcedural macros for entity and context metadata generation.93MIT
sql-orm-migrateCode-first migration support for sql-orm.178MIT
sql-orm-queryQuery AST and builder primitives for sql-orm.182MIT
sql-orm-sqlserverSQL Server query compilation for sql-orm.148MIT
sql-orm-tiberiusTiberius execution adapter for sql-orm.113MIT
sql-paramA tool for automatically replacing sql placeholders4,044MIT
sql-parseParser for sql54,559Apache-2.0
sql-parsersql parser12,684MIT AND Apache-2.0
sql-redactorA library to redact SQL queries for security and observability2,547MIT
sql-schemaDeclarative SQL schema migrations4,862Apache-2.0
sql-script-parsersql-script-parser iterates over SQL statements in SQL script.5,022Unlicense OR MIT
sql-splitterHigh-performance CLI tool for splitting large SQL dump files into individual table files570MIT
sql-streamA production-grade CLI tool for executing SQL queries against CSV/JSON files using streaming architecture22MIT OR Apache-2.0
sql-tableMakes no-ORM querying of SQL databases more concise8,887MIT
sql-table-injectContains `inject!` procedural macro for use in `sql-table` crate5,035MIT
sql-table-macrosHelper macros to generate SQL table definitions2,466MIT
sql-to-csvFast, parallel SQL dump to CSV/TSV converter. Supports MySQL, PostgreSQL, SQL Server, Oracle, and SQLite.46MIT
sql-trainerA CLI for learning SQL in a playground environment. Uses AI to generate Databases.534MIT
sql-typeTyper for sql54,919Apache-2.0
sql-webA web-based database browser for SQLite, MySQL, and PostgreSQL written in Rust using Axum, React, and SQLx.610MIT
sql2anyExport data from SQL databases in various formats1,471MIT
sql2csvExport SQL query to csv file8,017MIT
sql2vizTransform SQL queries into beautiful visualizations with DuckDB and Iced233MIT OR Apache-2.0
sql2xlsxExport SQL query to excel file1,501MIT
sql5SQLite compatible database with CJK FTS5 full-text search and vector similarity212MIT
sql6SQLite compatible database with CJK FTS5 full-text search and vector similarity143MIT
sql_awareA Rust library providing a proc macro to make sql queries.2,248MIT
sql_create_parserA simple SQL CREATE parser for SQL CREATE TABLE queries.123MIT
sql_csvA tool which query csv files use SQL syntax2,818MIT
sql_db_creatorGenerate sql databases by only configure the data of the databases in json files18,876MIT OR Apache-2.0
sql_db_mapperMaps a SQL database to rust structs and functions5,988MIT OR Apache-2.0
sql_db_mapper_coreCore library for code generated by sql_db_mapper5,348MIT OR Apache-2.0
sql_db_mapper_deriveDerives used by code generated by sql_db_mapper6,141MIT OR Apache-2.0
sql_docsA crate for parsing comments from sql files and using them for documentation generation394GPL-3.0
sql_from_modelsA migration management library for applications using PostgresSQL, MySQL or SQLite.10,793Apache-2.0
sql_from_models-cliCommand-line utility for SQLx, the Rust SQL toolkit.2,258MIT OR Apache-2.0
sql_from_models-parserHelper crate for models4,701Apache-2.0
sql_from_models-proc-macroA helper crate for `models`8,688Apache-2.0
sql_lexerLibrary to lex and sanitize SQL107,224MIT/Apache-2.0
sql_macroNeon Postgres WASI HTTP driver945Apache-2.0
sql_mermaid_visualizerA very simple tool written in Rust that takes PostgreSQL database files
and generates a…1,678MIT
sql_minifierCrate providing methods and procedural macros to minify SQL code, optionally at compile time.12,853GPL-3.0
sql_paginatorrA simple utility for calculating offset and limits for SQL Queries4,470MIT
sql_parser_projectThis is a simple project to parse SQL queries using pest crate. Currently parser supports simple select queries whith where…959MIT
sql_protocolSQL protocol implement in Rust1,314MIT
sql_querycomposible sql query builder, with support of binding into query buffer1,081MIT
sql_query_analyzerStatic analysis tool for SQL queries with 33 built-in rules for performance, security, and style468MIT
sql_query_builderWrite SQL queries in a simple and composable way219,023MIT
sql_query_parserThe sql_query_parser project provides a custom Rust parser for SQL-like queries, implemented using the Pest crate. It can parse…986MIT
sql_reverseGenerate the multiple programming languages structure based on the MySQL/PostgresSQL table structure14,248MIT OR Apache-2.0
sql_reverse_errorsql reverse error5,846MIT OR Apache-2.0
sql_reverse_structsql reverse struct14,486MIT OR Apache-2.0
sql_reverse_templatesql reveser template11,046MIT OR Apache-2.0
sql_revesersql reveser template4,446MIT OR Apache-2.0
sql_reveser_errorsql reveser error3,356MIT OR Apache-2.0
sql_reveser_structsql reveser struct3,345MIT OR Apache-2.0
sql_reveser_templatesql reveser template4,551MIT OR Apache-2.0
sql_select_parserThe SQL Parser CLI is a command-line tool designed to parse and analyze SQL SELECT queries.4,148MIT
sql_splitSplit a string wtih multiple sqlite sql statements into separate strings6,269MIT
sql_statement_derivederive macro for generating SQL statements, add crate 'sql_statement' instead62MIT
sql_statement_genA simple macro to generate a specific SQL statement when we have a structure. Support SQLite first34MIT
sql_statement_traittraits for generating SQL statements, it's a trait interface for gen-sql-statement86MIT OR Apache-2.0
sql_tool_core这个库是 sql_tool_macros 库的核心,存储 trait2,575MIT
sql_tool_kit合并 sql_tool_core 和 sql_tool_macros 并一起导出,后续新增的功能都将从这个库中导出5,259MIT
sql_tool_macros这个库用于存储宏5,829MIT
sql_toolsA rust crate meant to make SQL queries simple and communication between various SQL versions easy.8,473MIT
sql_wrapperGenerate table Struct and Sql function for table based on sqlx and sql_builder7,708MIT
sqlantGenerate PlantUML/Mermaid ER diagram textual description from SQL connection string28,631MIT
sqlany-extfnapiSQL Anywhere External Function API4,285MIT OR Apache-2.0
sqlarPort of the SQLite Archive Files utility4,052MIT
sqlarfsA file archive format and virtual filesystem backed by a SQLite database2,710MIT
sqlarfs-cliA CLI tool for working with sqlar archives2,352MIT
sqlayoutGenerate SQL for creating SQLite databases via Builder API or XML config11,107LGPL-2.1-only
sqlbSimple, expressive, and progressive SQL Builder for Rust.45,120MIT OR Apache-2.0
sqlb-macrosMacros for sqlb. Not intended to be used directly.29,529MIT OR Apache-2.0
sqlcsql compiler1,601MIT
sqlc-gen-sqlxA sqlc plugin that generates type-safe sqlx Rust code from SQL queries.197MIT OR Apache-2.0
sqlcipher-providerThe package provides SQLCipher.4,406Apache-2.0/MIT
sqlcipher-srcThe package provides SQLCipher.4,244Apache-2.0/MIT
sqlclixA SQL database browser with TUI interface (SQLite & PostgreSQL)89MIT
sqlcryptosqlite encryption/decryption13,940MIT
sqlcx-coreSQL-first cross-language type-safe code generator — core library74MIT
sqlcx-ormSQL-first cross-language type-safe code generator — CLI37MIT
sqldatetimeSQL date/time types written in Rust48,064Apache-2.0
sqldiffprimitives to auto-generate SQL schema migrations7,205MIT
sqldumpA database dump utility with pluggable provider support.18MIT
sqleConcise SQL string escaping and formatting / 简洁的 SQL 字符串转义与格式化1,301MulanPSL-2.0
sqleibnizStatic analysis and LSP for SQL in Rust110MIT
sqleibniz-astSQLite lexer, parser, and abstract syntax tree for sqleibniz47MIT
sqleibniz-procInternal proc macros for sqleibniz513MIT
sqlemitDialect-aware SQL emission from sqlparser-rs AST types42MIT
sqlerThis crate provides a way for writing SQL queries using some of Rust syntax2,203MIT OR Apache-2.0
sqler_macrosprocedural macros for sqler crate2,465MIT OR Apache-2.0
sqlerrorsA pretty printer for SQL errors passed from the sqlparser crate.4,042MIT
sqlessA small SQL database engine1,503MIT OR Apache-2.0
sqlexA tool to extract tables from a sql dump and run sql queries on them1,374MIT
sqlexpr-congo-rustParser for SqlExprParser - Generated by CongoCC81MIT
sqlexpr-rustA SQL expression parser and evaluator in Rust280MIT
sqlfluff-lspLanguage Server for the SQL linting & formatting tool, SQLFluff.191MIT OR Apache-2.0
sqlfmtReserved for in-progress crate1,772MIT
sqlformatFormats whitespace in a SQL string to make it easier to read61,329,860MIT OR Apache-2.0
sqlformaterA CLI designed to **automatically format SQL scripts**.394GPL-3.0-or-later
sqlformatterAn opinionated sql formatter, with the aim of organizing queries into columns.1,460non-standard
sqlfuncsScalar functions for use in SQLite through rusqlite.2,4540BSD
sqlfuzzGenerate random (and sometimes valid!) queries from any local Parquet, CSV, JSON, or Avro data set.5,104Apache-2.0
sqlgenA library to generate SQL Statements.8,398MIT OR Apache-2.0
sqlglot-rustA SQL parser, optimizer, and transpiler library inspired by Python's sqlglot3,113MIT
sqlgrepGrep SQL databases for fun and profit.3,046Apache-2.0
sqliA command line tool for interacting with Postgres databases3,136GPL-3.0-or-later
sqlibA small TS3 Server Query library and channellist server11,545MIT
sqlifyA simple CLI tool for formatting SQL queries.2,604MIT OR Apache-2.0
sqlightersEasy creation of SQLite binary format for use in serverside applications, where typically the client runs SQLite in WASM1,521non-standard
sqlinkpostgres builder to work with postgres10,899MIT/Apache-2.0
sqlink-derivepostgres builder derive to work with postgres6,936MIT/Apache-2.0
sqlintAn abstraction layer for SQL databases.694Apache-2.0
sqliteThe package provides an interface to SQLite.2,065,442Apache-2.0 OR MIT
sqlite-assertFFI bindings to the sqlite-assert SQLite extension3,731MIT/Apache-2.0
sqlite-bindings-lunaticThe package provides an interface to SQLite.10,884Apache-2.0/MIT
sqlite-cacheSQLite-based on-disk cache.177,673Apache-2.0
sqlite-change-streamA small command-line tool developed that monitors changes in a SQLite database in real-time and outputs change events in JSON…768MIT
sqlite-charabia-tokenizerThis's a run-time loadable extension of SQLite fts5, supports Chinese and English word segmentation and search.23MIT OR Apache-2.0
sqlite-chinese-stopwordThis is a list of common stop words in both Chinese and English.450MIT OR Apache-2.0
sqlite-collectionsRust collection types backed by sqlite database files.8,420MPL-2.0
sqlite-compressionsCompression, decompression, testing, diffing and patching functions for SQLite: gzip, brotli, bsdiff, ...149,230MIT OR Apache-2.0