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
vapor avatar

vapor/fluent

0
View on GitHub↗
1,405 stars·177 forks·Swift·MIT·10 viewsdocs.vapor.codes/4.0/fluent/overview↗

Fluent

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

Features

  • Database Drivers - Simple ActiveRecord implementation.
  • Database Libraries - ActiveRecord implementation for database interactions.

Star history

Star history chart for vapor/fluentStar history chart for vapor/fluent

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 Fluent

These projects share indexed features with Fluent. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • perfectlysoft/perfect-mysqlPerfectlySoft avatar

    PerfectlySoft/Perfect-MySQL

    126View on GitHub↗

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

    Swift
    View on GitHub↗126
  • 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
  • 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 vapor/fluent do?

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

What are the main features of vapor/fluent?

The main features of vapor/fluent are: Database Drivers, Database Libraries.

Which projects share features with vapor/fluent?

Projects with overlapping indexed features include: stephencelis/sqlite.swift — SQLite.swift is a type-safe Swift wrapper and object-relational mapping layer that provides a bridge for interacting… perfectlysoft/perfect-mysql — A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers. 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).