asyncmysql
MySQL async client
An asynchronous MySQL connector written in Nim.
Asynchronous MySQL connector written in pure Nim.
11 stars
3 watching
5 forks
Language: Nim
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bung87/amysql | A pure Nim implementation of the MySQL/MariaDB client protocol for asynchronous interactions with a MySQL database. | 27 |
blackbeam/mysql_async | An asynchronous MySQL driver written in Rust using the Tokio framework. | 380 |
amphp/mysql | An asynchronous MySQL client that optimizes database interactions with efficient non-blocking capabilities | 361 |
status-im/nim-sqlcipher | A Nim wrapper around SQLCipher to simplify interaction with encrypted databases. | 4 |
perfectlysoft/perfect-mysql | A Swift wrapper around the MySQL client library enabling access to MySQL servers | 127 |
cutelyst/asql | A Qt-based C++ library providing an asynchronous SQL interface with features like connection pooling, prepared queries, and result iterators. | 65 |
itsumura-h/nim-allographer | An asynchronous query builder library for multiple databases using Nim. | 151 |
mysql/mysql-connector-net | A C# library providing connectivity for .NET applications to interact with MySQL databases. | 295 |
mysql-net/mysqlconnector | An ADO.NET data provider for MySQL and other compatible servers. | 1,404 |
status-im/nim-websock | A Websocket implementation for the Nim programming language | 83 |
cheatfate/asyncpg | A pure asynchronous PostgreSQL driver for the Nim programming language | 59 |
status-im/nim-chronos | An efficient asynchronous programming framework for Nim. | 362 |
codex-storage/asynctest | Complements Nim's unittest module to test asynchronous code. | 13 |
niv/websocket.nim | A WebSocket implementation for client-server communication | 102 |
svermeulen/nvim-lusc | A Lua-based library for structured async/ concurrency in Neovim | 13 |