awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
PerfectlySoft avatar

PerfectlySoft/Perfect-MySQL

0
View on GitHub↗
126 stars·59 forks·Swift·Apache-2.0·9 viewswww.perfect.org↗

Perfect MySQL

A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.

Features

  • Database Drivers - Wrapper for accessing MySQL servers.
  • Database Libraries - Swift wrapper for MySQL client libraries.

Star history

Star history chart for perfectlysoft/perfect-mysqlStar history chart for perfectlysoft/perfect-mysql

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does perfectlysoft/perfect-mysql do?

A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.

What are the main features of perfectlysoft/perfect-mysql?

The main features of perfectlysoft/perfect-mysql are: Database Drivers, Database Libraries.

What are some open-source alternatives to perfectlysoft/perfect-mysql?

Open-source alternatives to perfectlysoft/perfect-mysql include: 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).

Open-source alternatives to Perfect MySQL

Similar open-source projects, ranked by how many features they share with Perfect MySQL.
  • stephencelis/sqlite.swiftstephencelis avatar

    stephencelis/SQLite.swift

    10,167View on GitHub↗

    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

    Swift
    View on GitHub↗10,167
  • vapor/fluentvapor avatar

    vapor/fluent

    1,405View on GitHub↗

    Vapor ORM (queries, models, and relations) for NoSQL and SQL databases

    Swiftdatabasenosqlorm
    View on GitHub↗1,405
  • groue/grdb.swiftgroue avatar

    groue/GRDB.swift

    8,209View on GitHub↗

    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

    Swiftdatabasedatabase-observationgrdb
    View on GitHub↗8,209
  • aerospike/aerospike-client-nodejsaerospike avatar

    aerospike/aerospike-client-nodejs

    207View on GitHub↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    View on GitHub↗207
  • See all 30 alternatives to Perfect MySQL→