Exposed is a lightweight Kotlin SQL framework and ORM providing a typesafe DSL and DAO API for relational database access, supporting JDBC and R2DBC drivers across multiple database engines.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONGORM is a full-featured ORM library for Go, offering associations, hooks, eager loading, transactions, auto migrations, and an extensible plugin API for developer-friendly database access.
Bun is a lightweight, SQL-first ORM for Go that supports PostgreSQL, MySQL, SQLite, MSSQL, and Oracle. It emphasizes type safety, flexible scanning, and complex query building while staying close to raw SQL.
KEFCore is an Entity Framework Core provider for Apache Kafka, enabling .NET applications to use Kafka topics as a distributed database. It offers full LINQ support and allows interaction with Kafka through standard EF Core models, abstracting away Kafka-specific client code.
SeaORM is a powerful relational ORM for building web services in Rust, offering a developer experience inspired by popular ORMs in Ruby, Python, and Node.js.
TypeORM is a TypeScript and JavaScript ORM for Node.js and other platforms, supporting many SQL and NoSQL databases with DataMapper and ActiveRecord patterns, migrations, transactions, and a powerful QueryBuilder.
sled is a beta embedded database for Rust with a BTreeMap-like API, ACID transactions, atomic single-key operations, zero-copy reads, write batches, prefix subscriptions, multiple keyspaces and merge operators.