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 are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Perfect MySQL

These projects share indexed features with Perfect MySQL. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
Compare all 30 related projects→

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.

Which projects share features with perfectlysoft/perfect-mysql?

Projects with overlapping indexed features 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).