asql
Async Sql Library
A Qt-based C++ library providing an asynchronous SQL interface with features like connection pooling, prepared queries, and result iterators.
Qt Async Sql library
65 stars
13 watching
15 forks
Language: C++
last commit: 7 days ago Related projects:
Repository | Description | Stars |
---|---|---|
tulayang/asyncmysql | An asynchronous MySQL connector written in Nim. | 11 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
ruricolist/cl-yesql | A Common Lisp library for embedding and executing SQL statements | 67 |
blackbeam/mysql_async | An asynchronous MySQL driver written in Rust using the Tokio framework. | 377 |
awestlake87/pyo3-asyncio | A Rust library that enables interactions between Python Coroutines and Rust Futures using the Asyncio Library | 311 |
odygrd/quill | A high-performance asynchronous logging library for C++ applications | 1,559 |
josephmillsatwork/qmlsql | An open-source wrapper around QSql to simplify QML development for database interactions | 26 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,781 |
ast-al/rangeless | A LINQ-like library of higher-order functions for data manipulation in C++ | 194 |
tomlokhorst/promissum | A Swift library providing a set of combinators and utilities for working with asynchronous operations in an functional programming style. | 68 |
clojure/core.async | A Clojure library providing facilities for concurrent programming and communication. | 1,956 |
kant2002/sqlmarshal | A generator of typed functions for accessing custom SQL and stored procedures. | 59 |
joelnet/mojiscript | An async-first functional programming library designed to work seamlessly with JavaScript and its ecosystem. | 149 |
flipcoder/kit | A C++ library providing utilities and abstractions for asynchronous programming, coroutines, reactive systems, and other related concepts. | 23 |
quora/asynq | A Python library that simplifies asynchronous programming by allowing batching of requests to external services. | 688 |