LFX Platform

Know more about LFX Platform

LFX Insights

ORM & Persistence Frameworks

Libraries and frameworks that simplify data persistence by mapping objects to relational databases, easing integration between object models and SQL databases.

104 projects

217,326 contributors

$1B

Ruby on Rails

Ruby on Rails is a full-stack web application framework written in Ruby that follows the model-view-controller (MVC) pattern. It emphasizes convention over configuration and includes everything needed to create database-backed web applications according to the Don't Repeat Yourself (DRY) principle.

Contributors

27,581

Organizations

6,412

Software value

$17M

Laravel Framework

Laravel Framework is an open-source PHP framework for building web applications, offering features such as routing, authentication, and database management.

Contributors

23,922

Organizations

4,498

Software value

$11M

Prisma

Prisma is a next-generation ORM (Object-Relational Mapping) that helps developers build faster and make fewer errors with an intuitive data model, automated migrations, type-safety and auto-completion. It provides a clean and type-safe database access layer that supports multiple databases including PostgreSQL, MySQL, SQLite, and MongoDB.

Contributors

19,123

Organizations

4,630

Software value

$6.6M

Supabase

Supabase is an open source Firebase alternative providing a PostgreSQL database, authentication, instant APIs, real-time subscriptions, and edge functions. It offers a platform for building scalable and secure backend infrastructure with a focus on developer experience.

Contributors

15,660

Organizations

2,589

Software value

$71M

TypeORM

TypeORM is an Object-Relational Mapping (ORM) library for TypeScript and JavaScript that enables developers to interact with databases using object-oriented programming principles. It supports multiple database systems, provides a rich set of features for database operations, and includes support for entities, migrations, and complex relationships.

Contributors

15,227

Organizations

3,244

Software value

$8.2M

Sequelize

Sequelize is a modern TypeScript and Node.js ORM for PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more.

Contributors

14,488

Organizations

3,266

Software value

$4.5M

Entity Framework Core

Entity Framework Core is Microsoft's modern object-database mapper for .NET that enables developers to work with databases using .NET objects. It supports a variety of database engines, LINQ queries, change tracking, migrations, and model conventions while providing a code-first approach to database development.

Contributors

13,241

Organizations

1,783

Software value

$53M

Django

Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. It follows the model-template-views architectural pattern and includes a robust ORM, automatic admin interface, and comprehensive security features.

Contributors

9,819

Organizations

2,364

Software value

$21M

Yii Framework 2

Yii Framework 2 is a high-performance, component-based PHP web application framework designed for building modern web applications. It provides extensive features for rapid application development, security, caching, and database abstraction.

Contributors

7,485

Organizations

869

Software value

$10M

GORM

GORM is a popular Object-Relational Mapping (ORM) library for the Go programming language that provides an elegant and developer-friendly interface for interacting with databases. It features automatic migrations, relationships, hooks, preloading, transactions, and composite primary keys.

Contributors

7,405

Organizations

1,791

Software value

$1.1M

Drizzle ORM

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

Contributors

6,862

Organizations

1,898

Software value

$12M

MyBatis-Plus

MyBatis-Plus is an enhanced toolkit for MyBatis that simplifies database operations by providing powerful wrapper APIs, plugins, and code generation tools. It extends MyBatis functionality with features like CRUD operations, active record support, and automatic SQL injection protection.

Contributors

5,680

Organizations

262

Software value

$2.1M

Doctrine ORM

Doctrine ORM is a PHP object-relational mapper (ORM) that provides transparent persistence for PHP objects. It enables developers to work with databases using object-oriented PHP code instead of writing SQL queries directly, offering features like database abstraction, schema management, and object mapping.

Contributors

5,250

Organizations

1,305

Software value

$4.5M

SQLAlchemy

SQLAlchemy is a Python SQL toolkit and Object-Relational Mapping (ORM) library that provides a full suite of well-known enterprise-level persistence patterns, designed for efficient and high-performing database access while providing high-level abstraction over SQL operations.

Contributors

4,874

Organizations

1,100

Software value

$23M

CakePHP

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying web applications. It uses commonly known design patterns like MVC and ORM, offering a flexible but robust structure for building both simple and complex systems.

Contributors

3,739

Organizations

564

Software value

$7.6M

Parse Server

Parse Server is an open source backend framework that provides a ready-to-use backend as a service (BaaS) solution. It enables developers to create scalable and extensible apps with features like data persistence, user authentication, push notifications, and cloud code functionality while maintaining full control over the application stack.

Contributors

3,467

Organizations

566

Software value

$4.5M

Ecto

Ecto is a database wrapper and query generator for Elixir applications. It provides a DSL for writing database queries, a robust migration system, and tools for mapping database rows to Elixir structs, making it easier to work with databases in Elixir projects.

Contributors

2,695

Organizations

821

Software value

$2M

Micronaut Framework

Micronaut is a modern JVM-based framework for building modular, easily testable microservices and serverless applications. It provides dependency injection, AOP, configuration management, and cloud-native features with fast startup time and reduced memory footprint.

Contributors

2,662

Organizations

492

Software value

$16M

Diesel

A safe, extensible ORM and Query Builder for Rust

Contributors

2,657

Organizations

903

Software value

$3.7M

jOOQ

jOOQ is a Java library that provides a fluent API for building type-safe SQL queries. It generates Java code from database schemas and enables developers to write SQL queries using Java code, offering compile-time safety, code completion, and database abstraction.

Contributors

2,415

Organizations

585

Software value

$12M

pgx

pgx is a PostgreSQL driver and toolkit for Go that provides a low-level interface for PostgreSQL, connection pooling, automatic statement preparation and caching, batch operations, and support for custom types and encodings

Contributors

2,267

Organizations

666

Software value

$1.8M

Hibernate ORM

Hibernate ORM is a Java-based object-relational mapping framework that enables developers to map Java classes to database tables and manage database operations using object-oriented paradigms. It provides a powerful query language (HQL), automatic table creation, relationship mapping, and transparent persistence.

Contributors

2,236

Organizations

373

Software value

$58M

POCO

POCO (Portable Components) is a collection of C++ class libraries for building network-centric, portable applications. It provides cross-platform functionality for network programming, threading, file system access, streams, JSON, XML, and other common programming tasks.

Contributors

2,155

Organizations

311

Software value

$47M

MyBatis

MyBatis is a SQL mapping framework that simplifies database access in Java applications by providing a layer between Java code and SQL databases. It automates the mapping between SQL queries and Java objects, reducing boilerplate code while maintaining full control over SQL statements.

Contributors

2,154

Organizations

273

Software value

$3.9M

MikroORM

MikroORM is a TypeScript ORM (Object-Relational Mapping) for Node.js that enables developers to manage database operations using object-oriented programming principles. It provides features like identity map, unit of work, lazy loading, and supports multiple database platforms including PostgreSQL, MySQL, MongoDB, and SQLite.

Contributors

2,139

Organizations

538

Software value

$286M

Spring Data JPA

Spring Data JPA is a framework that simplifies the implementation of JPA-based data access layers in Java applications by reducing boilerplate code and providing powerful repository abstractions and query methods.

Contributors

1,764

Organizations

314

Software value

$2.1M

Sequel

Sequel is a database toolkit and Object-Relational Mapper (ORM) for Ruby that provides a flexible domain-specific language for constructing SQL queries and database interactions. It supports multiple database adapters, migrations, prepared statements, connection pooling, and advanced features like eager loading and dataset chaining.

Contributors

1,452

Organizations

465

Software value

$5.2M

Apache Grails

Apache Grails is a web application framework that uses the Groovy programming language and runs on the Java Virtual Machine (JVM). It follows the convention-over-configuration paradigm and is designed to increase developer productivity by providing features like scaffolding, Object-Relational Mapping (ORM), and dynamic reloading.

Contributors

1,077

Organizations

156

Software value

$18M

Ghostfolio

Ghostfolio is an open-source wealth management software that helps users track and manage their personal finances, investments, and assets across multiple accounts and platforms in a privacy-focused way

Contributors

1,043

Organizations

142

Software value

$4M

Laravel Scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

Contributors

1,021

Organizations

260

Software value

$230K

web2py

Free and open source full-stack enterprise framework for agile development of secure database-driven web-based applications, written and programmable in Python.

Contributors

975

Organizations

151

Software value

$7.6M

GRDB.swift

A toolkit for SQLite databases, with a focus on application development

Contributors

958

Organizations

181

Software value

$5.3M

ActiveRecord JDBC Adapter

JRuby's ActiveRecord adapter using JDBC.

Contributors

851

Organizations

295

Software value

$865K

Spring Data Commons

Spring Data Commons is a foundational library that provides shared infrastructure for Spring Data modules, offering core interfaces, annotations, and utilities for implementing data access patterns and object-relational mapping across different data stores. It standardizes basic CRUD operations, query derivation, and repository abstractions.

Contributors

834

Organizations

186

Software value

$2.8M

Ash Framework

Ash Framework is a declarative, resource-oriented application development framework for Elixir that provides tools for building maintainable, extensible applications. It offers features like declarative data modeling, authorization, authentication, and APIs while emphasizing type safety and composability.

Contributors

650

Organizations

154

Software value

$6.1M

EclipseLink

Eclipselink project

Contributors

581

Organizations

76

Software value

$70M

HAPI FHIR - HL7 FHIR Core Artifacts

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers

Contributors

415

Organizations

68

Software value

$163M

DHIS2

DHIS2 is an open-source health management information system (HMIS) platform used for reporting, analysis and dissemination of data for health programs. It provides tools for data collection, validation, analysis, and visualization, supporting health information management at national and local levels.

Contributors

302

Organizations

37

Software value

$35M

Hibernate Search

Hibernate Search: full-text search for domain model

Contributors

200

Organizations

40

Software value

$18M

Acts As Taggable On

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.

This project hasn't been onboarded to LFX Insights.

Blaze-Persistence

Rich Criteria API for JPA providers

This project hasn't been onboarded to LFX Insights.

Composite Primary Keys

Composite Primary Keys support for Active Record

This project hasn't been onboarded to LFX Insights.

Dapper

Dapper - a simple object mapper for .Net

This project hasn't been onboarded to LFX Insights.

Doctrine Extensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable

This project hasn't been onboarded to LFX Insights.

Doctrine Persistence

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.

This project hasn't been onboarded to LFX Insights.

DoctrineBundle

Symfony Bundle for Doctrine ORM and DBAL

This project hasn't been onboarded to LFX Insights.

Drift

Drift is an easy to use, reactive, typesafe persistence library for Dart & Flutter.

This project hasn't been onboarded to LFX Insights.

EFCore.BulkExtensions

Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle

This project hasn't been onboarded to LFX Insights.

EFCore.PG

Entity Framework Core provider for PostgreSQL

This project hasn't been onboarded to LFX Insights.

Ebean ORM

Ebean ORM

This project hasn't been onboarded to LFX Insights.

Ent

An entity framework for Go

This project hasn't been onboarded to LFX Insights.

Exposed

Kotlin SQL Framework

This project hasn't been onboarded to LFX Insights.

FedSpendingTransparency-USASpending-API

Server application to serve U.S. federal spending data via a RESTful API

This project hasn't been onboarded to LFX Insights.

Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/

This project hasn't been onboarded to LFX Insights.

Flask-SQLAlchemy

Adds SQLAlchemy support to Flask

This project hasn't been onboarded to LFX Insights.

FluentMigrator

Fluent migrations framework for .NET

This project hasn't been onboarded to LFX Insights.

GoFrame

A powerful framework for faster, easier, and more efficient project development.

This project hasn't been onboarded to LFX Insights.

Grails GORM - Groovy Data Mapping

GORM - Groovy Object Mapping

This project hasn't been onboarded to LFX Insights.

Hibernate Types

The Hypersistence Utils library (previously known as Hibernate Types) gives you Spring and Hibernate utilities that can help you get the most out of your data access layer.

This project hasn't been onboarded to LFX Insights.

Jdbi

The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.

This project hasn't been onboarded to LFX Insights.
Looking for a project that’s not listed?