SQLite.swift is a type-safe Swift wrapper and object-relational mapping layer that provides a bridge for interacting with SQLite databases. It functions as a database driver that allows for embedded database management and local data persistence within Swift applications. The project distinguishes itself through a type-safe expression builder that verifies SQL statement syntax and intent at compile time. It includes specialized support for high-performance text matching via full-text search integration and provides mechanisms for securing sensitive data through database encryption. The libra
Vapor ORM (queries, models, and relations) for NoSQL and SQL databases
GRDB.swift is a comprehensive SQLite toolkit and object-relational mapper for Swift. It provides a database wrapper that handles local data persistence, connection management, and encrypted file storage for Apple platforms. The library features a dedicated observation framework that tracks database changes to automatically synchronize the application state and user interface in real time. It distinguishes itself with a type-safe query builder and a protocol-based mapping system that converts database rows into structured Swift objects. The toolkit covers a broad range of administrative and o
Node.js client for the Aerospike database
A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.
perfectlysoft/perfect-mysql की मुख्य विशेषताएं हैं: Database Drivers, Database Libraries।
perfectlysoft/perfect-mysql के ओपन-सोर्स विकल्पों में शामिल हैं: vapor/fluent — Vapor ORM (queries, models, and relations) for NoSQL and SQL databases. stephencelis/sqlite.swift — SQLite.swift is a type-safe Swift wrapper and object-relational mapping layer that provides a bridge for interacting… groue/grdb.swift — GRDB.swift is a comprehensive SQLite toolkit and object-relational mapper for Swift. It provides a database wrapper… aerospike/aerospike-client-nodejs — Node.js client for the Aerospike database. aio-libs/aioes — asyncio compatible driver for elasticsearch. aio-libs/aiocouchdb — CouchDB client built on top of aiohttp (asyncio).