Thanks to visit codestin.com
Credit goes to lib.rs

#database-driver

  1. sqlx

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

    v0.9.0-alpha.1 3.9M #sql #compile-time-checked #database-driver #sqlite #postgresql #async-sql #mysql #dsl #connection-pool #maria-db
  2. clickhouse

    Official Rust client for ClickHouse DB

    v0.14.2 276K #serialization #database-driver #hyper #tokio #database
  3. sqlx-core

    Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.9.0-alpha.1 4.8M #sql #database-driver #sqlite #connection-pool #database-url #postgresql #maria-db #compile-time-checked #async-database #cache
  4. oracle

    binding

    v0.6.3 144K #oracle-database #database-driver #database
  5. memcache

    memcached client for rust

    v0.19.0 53K #memcached #database-driver #cache
  6. adbc_core

    Public abstract API of ADBC

    v0.22.0 6.5K #database-driver #arrow
  7. typedb-driver

    TypeDB Rust Driver

    v3.7.0 300 #database-driver #typedb #async-database-driver #credentials #concepts #value-type #async-driver #logging #transaction-type #query-options
  8. sqlx-postgres

    PostgreSQL driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.9.0-alpha.1 3.0M #postgresql #database #sqlx #sql #database-driver #async-postgresql #compile-time-checked #async-sql
  9. sqlx-mysql

    MySQL driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.9.0-alpha.1 3.0M #sqlx #mysql #database-driver #sql #async #maria-db
  10. sqlx-sqlite

    SQLite driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.9.0-alpha.1 3.1M #sqlite #database-driver #sqlx #sql #increase #compile-time #prevent
  11. adbc_ffi

    ADBC FFI and driver exporter

    v0.22.0 4.0K #database-driver #arrow #adbc
  12. qldb

    Driver for Amazon's QLDB Database implemented in pure rust

    v3.2.9 27K #database-driver #amazon #async-driver #async-database #async #driver
  13. adbc_snowflake

    Snowflake Arrow Database Connectivity (ADBC) driver

    v0.22.0 1.4K #database-driver #snowflake #arrow
  14. tauri-plugin-sql

    Interface with SQL databases

    v2.3.1 21K #tauri-plugin #sql #database #database-migrations #database-driver #database-interface #database-plugin #mysql #postgresql #plugin-builder
  15. taos

    Driver for TDengine - a timeseries database and analysis platform

    v0.12.3 800 #time-series-database #td-engine #database-driver
  16. snowflakedb-rs

    A lightweight, comprehensive and familiar database driver for the SnowflakeDB written natively in Rust

    v1.0.7 #database-driver #familiar #http-client #http-request #query #sql #authentication #chrono #database-connection
  17. hdbconnect

    A synchronous pure rust database driver for SAP HANA(TM)

    v0.32.0 440 #database-driver #hana #database #relational
  18. skytable

    Official Rust client driver for Skytable

    v0.8.12 #database-driver #nosql #client-database #database #database-client
  19. adbc_driver_manager

    ADBC driver manager

    v0.21.0 480 #database-driver #arrow #adbc
  20. oracle-rs

    Pure Rust driver for Oracle databases - no OCI/ODPI-C required

    v0.1.5 #async #oracle-database #database-driver #tns #async-driver
  21. arangors

    Rust driver for ArangoDB

    v0.6.0 1.0K #arango-db #database-driver #nosql #client-database #database #database-client
  22. sqlx-core-oldapi

    Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.6.51 290 #sqlx #sql-server #database #sqlite #connection-pool #database-driver #database-connection #postgresql #mysql #odbc
  23. sqlx-exasol

    Exasol driver for the SQLx framework

    v0.9.2 #database-driver #sqlx #exasol #re-exports #database-query #etl
  24. windsock

    database/service benchmarking framework

    v0.2.1 #benchmark #database-driver #service #cleanup #performance-testing #database-testing
  25. falkordb

    client

    v0.1.11 150 #graph-database #database-driver
  26. zeta4g-driver

    Rust driver for Zeta4G graph database with Bolt protocol support

    v0.1.3 #database-driver #graph-database #cypher #bolt #driver
  27. wasm-sql

    Wasmtime host implementation for a SQL component WIT interface. Enables Wasm components to interact with SQL databases via the WebAssembly Component Model.

    v0.1.0 #wasm-component-model #wasmtime #sql #host #database #sql-database #rollback #wit #database-driver
  28. firebirust

    Firebird client library

    v0.5.3 #database-driver #sql #database
  29. flyway

    Flyway-rs project, Database change control,similar to flyway in Java

    v0.3.2 450 #database-migrations #database-driver #changelog-file #sql #version #db-up #java #refinery
  30. pg-api

    A high-performance PostgreSQL REST API driver with rate limiting, connection pooling, and observability

    v0.1.0 #rest #database-driver #postgresql #database
  31. libsql-client

    HTTP-based client for libSQL and sqld

    v0.33.4 1.7K #database-driver #libsql #sqld
  32. odbc-iter

    High level database access library based on 'odbc' crate that uses native ODBC drivers to access variety of databases

    v0.2.7 500 #database-driver #odbc #orm #database
  33. mimerrust

    interacting with Mimer SQL, a high-performance relational database management system (RDBMS)

    v1.0.5 160 #database-driver #sql #database #mimer #api #sql-driver
  34. hdbconnect_async

    An asynchronous pure rust database driver for SAP HANA(TM)

    v0.32.0 1.7K #database-driver #hana #database #relational #async
  35. adbc-taos

    A high-performance Rust driver for TDengine time-series database, implementing the ADBC standard

    v0.1.0 #database-driver #adbc #arrow #tdengine
  36. serde_db

    Deserialization of database result sets, and serialization of database parameters

    v0.12.0 1.7K #database-driver #database #relational #serde
  37. neo4j

    Bolt driver for Neo4j

    v0.2.0 280 #database-driver #bolt #bolt-client #driver
  38. sqlx-etorreborre

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

    v0.7.9 #sqlx #sql #database-driver #compile-time-checked #sqlite #postgresql #async-sql #mysql #dsl #maria-db
  39. sqlx-exasol-cli

    Command-line utility for sqlx-exasol

    v0.9.2 #database-driver #sqlx #sql #database #exasol #driver
  40. zino-orm

    ORM for zino

    v0.14.0 #database-driver #orm #web-framework
  41. taos-optin

    Driver for TDengine - a timeseries database and analysis platform

    v0.12.4 100 #time-series-database #database-driver #td-engine #time-series-analysis #connector
  42. unreql

    Well documented and easy to use RethinkDB Rust Driver

    v0.2.0 420 #database-driver #rethink-db #reql #async #database #async-database
  43. sqlx-etorreborre-sqlite

    SQLite driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.7.9 #sqlx #sql #sqlite #database #database-driver #compile-time-checked #async-sql #postgresql #mysql #maria-db
  44. reql

    A native ReQL driver

    v0.11.2 240 #database-driver #rethink-db #async #async-database #async-driver #database
  45. taos-ws

    Driver for TDengine - a timeseries database and analysis platform

    v0.12.3 420 #time-series-database #td-engine #time-series-analysis #database-driver #connector
  46. flyway-rbatis

    Flyway-rs project, Database change control,similar to flyway in Java

    v0.3.2 430 #database-driver #database-migrations #sql #flyway #change #rbatis #flyway-rs #java
  47. sqlx-etorreborre-postgres

    PostgreSQL driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.7.9 #sqlx #postgresql #sql #database #sqlite #database-driver #compile-time-checked #async-postgresql #async-sql #mysql
  48. sqlx-macros-core

    Macro support core for SQLx, the Rust SQL toolkit. Not intended to be used directly.

    v0.9.0-alpha.1 3.7M #sql #sqlx #database #sqlite #database-driver #postgresql #compile-time-checked #cache #mysql #async-sql
  49. taos-sys

    Driver for TDengine - a timeseries database and analysis platform

    v0.12.2 8.1K #time-series-analysis #time-series-database #td-engine #database-driver #query #database-connector
  50. arangors_lite

    Rust driver for ArangoDB

    v0.2.0 #database-client #arango-db #nosql #database-driver #database #driver
  51. sqlx-core-guts

    Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.6.0 #sql #database #sqlx #sqlite #database-connection #database-driver #postgresql #connection-pool #mysql #async-sql
  52. mongors

    Rust driver for MongoDB

    v0.3.0-alpha.1 #mongo-db #nosql #database-driver #mongodb-driver #database
  53. rust_arango

    Lib for ArangoDB Client on Rust

    v0.1.1 #database-client #arango-db #database-driver #database #driver
  54. taos-error

    Driver for TDengine - a timeseries database and analysis platform

    v0.12.4 140 #time-series-database #td-engine #database-driver #time-series-analysis #platform
  55. flyway-sql-changelog

    Flyway-rs project, Database change control,similar to flyway in Java

    v0.3.2 420 #database-driver #sql #database-migrations #flyway #flyway-rs #changelog-file #java
  56. cdbc

    Rust Coroutine Database Driver Connectivity

    v0.1.23 #database-driver #database-connection #sql-server #coroutine #high-concurrency #async-std #sqlx #postgresql #pin
  57. avocado

    strongly-typed MongoDB driver

    v0.6.0 #database-driver #mongo-db #nosql #database-json #api-bindings #database
  58. sqlx-build-trust-postgres

    PostgreSQL driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.7.9 #sql #database #sqlx #database-driver #postgresql #async-postgresql #compile-time-checked #cache #sql-driver #notifications
  59. langdb_clickhouse

    A typed client for ClickHouse with killer features

    v0.11.6 #clickhouse #database-driver #hyper
  60. sqlx-build-trust

    🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.

    v0.7.9 #compile-time-checked #sqlx #sql #database-driver #async-sql #mysql #postgresql #dsl #maria-db #sql-driver
  61. sqlx-build-trust-sqlite

    SQLite driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.7.9 #sql #database #sqlx #sqlite #compile-time-checked #database-driver #postgresql #async-sql #mysql #maria-db
  62. siodb_driver

    Driver for Siodb database

    v0.6.5 #database-driver #siodb #database
  63. Try searching with DuckDuckGo.

  64. siodb

    Driver for Siodb database

    v0.0.4 #database-driver #driver #database
  65. sqlx-core_wasi

    Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.6.2 #sql #database #sqlx #sqlite #sql-server #connection-pool #database-driver #postgresql #prepared-statement #mysql
  66. vmemcached

    Memcached client for Rust

    v0.5.0 #database-driver #memcached #cache
  67. emixseaorm

    SeaORM repositories, filters, and migrations following EssentialMix conventions

    v0.6.0 #mysql #sea-orm #maria-db #repository #postgresql #conventions #database-driver
  68. clickhouse-trieve

    A typed client for ClickHouse with killer features

    v0.1.0 #clickhouse #database-driver #tokio #hyper #database
  69. odbc-tools

    Command line interface tools to query databases with via native ODBC drivers

    v1.1.1 #database-driver #odbc #database
  70. cdbc-sqlite

    Rust Coroutine Database Driver Connectivity

    v0.1.23 #database-driver #sqlite #coroutine #cdbc #async-std #mysql #high-concurrency #sql-server #sqlx #postgresql
  71. chromoe-db

    An open-source, flexible, and scalable ecosystem designed for Rust-compatible database drivers

    v0.1.1 230 #database-driver #sqlite
  72. rincon_client

    A typesafe client for the ArangoDB Rest API

    v0.1.1 #database-client #type-safe #nosql #database-driver #database
  73. hdbconnect_impl

    Common implementation core of hdbconnect and hdbconnect_async; not for direct use

    v0.32.0 1.9K #database-driver #hana #relational #database
  74. cdbc-pg

    Rust Coroutine Database Driver Connectivity

    v0.1.22 #database-driver #postgresql #coroutine #cdbc #mysql #high-concurrency #async-std #sql-server #database-connection #sqlx
  75. cdbc-mysql

    Rust Coroutine Database Driver Connectivity

    v0.1.22 #database-driver #mysql #coroutine #cdbc #high-concurrency #sql-server #sqlx #database-connection #postgresql
  76. planetscale-driver

    PlanetScale Serverless Driver

    v0.5.1 110 #database-driver #serverless #query-builder #cloudflare-workers #web-api #planetscale
  77. cdbc-mssql

    Rust Coroutine Database Driver Connectivity

    v0.1.22 #database-driver #sql-server #coroutine #cdbc #connectivity #high-concurrency #postgresql #mysql
  78. scylladb

    An async ScyllaDB driver built on an actor-model framework

    v0.1.14 #scylla #cassandra #database #database-driver #driver
  79. sqlx-macros

    Macros for SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.9.0-alpha.1 4.5M #sqlx #sql #sqlite #postgresql #macro #mysql #maria-db #compile-time #compile-time-checked #database-driver
  80. sqlx-rt_wasi

    Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly.

    v0.6.2 #sqlx #sql #sqlite #run-time #sql-server #postgresql #compile-time-checked #mysql #async-sql #database-driver
  81. mimir

    Rust bindings over the Oracle Database Programming Interface for Drivers and Applications

    v0.3.5 #database-driver #driver #bindings
  82. mimerrust-sys

    FFI bindings for the Mimer SQL C API. Used by the 'mimerrust' crate

    v1.0.3 #sql #database-driver #database #mimer #api
  83. dibi

    A lightweight and universal database driver

    v0.1.2 #database-driver #universal
  84. sqlx-exasol-impl

    Driver implementation for sqlx-exasol. Not meant to be used directly.

    v0.9.2 #database-driver #sqlx #sql #exasol #database #driver
  85. hrana-client-proto

    Hrana client protocol for libSQL and sqld

    v0.2.1 550 #database-driver #libsql #hrana #sqld
  86. lunatic-db

    A collection of db drivers for the lunatic runtime

    v0.1.2 #redis #mysql #lunatic #database-driver #db
  87. rincon

    An ArangoDB driver for Rust

    v0.1.0 #database-client #type-safe #nosql #database-driver #driver
  88. sqlx-etorreborre-core

    Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.7.9 #sql #sqlx #database-driver #connection-pool #sqlite #database-url #compile-time-checked #postgresql #cache #maria-db
  89. sqlx-sqlite-cipher

    SQLite driver implementation for SQLx. Not for direct use; see the sqlx crate for details.

    v0.7.8 340 #sqlite #sqlx #database-driver #direct #up
  90. rdbc

    Rust DataBase Connectivity (RDBC) API

    v0.1.6 #database-driver #api #query #connectivity #executing
  91. refinery-migrations

    should not be used directly, it is internaly related to Refinery

    v0.2.2 #database-migrations #refinery #postgresql #mysql #tokio #database-driver #embed-migrations #sql #barrel #database-connection
  92. rasi-sqlite3

    rais database driver for sqlite3

    v0.2.6 200 #database-driver #async-std #sqlite #async-runtime #rasi #system-interface
  93. cql-rust

    Driver for the Cassandra CQL Binary Protocol v2

    v0.0.3 #cassandra #database-driver #driver
  94. sqlx-build-trust-core

    Core of SQLx, the rust SQL toolkit. Not intended to be used directly.

    v0.7.9 #sql #sqlx #database #sqlite #database-driver #connection-pool #database-url #postgresql #compile-time-checked #maria-db
  95. dbnexus-macros

    Procedural macros for dbnexus

    v0.1.2 #database #sea-orm #db-entity #permissions #abstraction-layer #database-abstraction-layer #database-access #access-layer #data-security #database-driver
  96. hrana-client

    Hrana client for libSQL and sqld

    v0.3.2 #database-driver #libsql #hrana #sqld
  97. typed-clickhouse

    a typed client for ClickHouse

    v0.2.0 #clickhouse #database-driver #tokio
  98. rawrasaur/jdbc

    Rust-JDBC bindings

    GitHub 0.1.0 #driver #java #jvm #java-interface #bindings #database-driver #jni #embedding
  99. sqlx-exasol-macros

    Macros support for sqlx-exasol. Not meant to be used directly.

    v0.9.2 #database-driver #sqlx #sql #exasol #database #driver
  100. welds-sqlx-mssql

    Mssql driver implementation for SQLx. Not for direct use; (Fork of sqlx mssql driver starting from the when it was dropped.)

    v1.7.0 #sql-server #sqlx #database-driver #fork #starting