Libraries tagged by relational model database
level-2/maphper
744 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.
roddy/firestore-eloquent
169 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding "Model"/"Class" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
roaresearch/yii2-rmdb
2178 Downloads
Yii 2 Library to create RMDB models and migrations
pedro151/orm-generator
325 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
foxorm/foxorm
377 Downloads
FoxORM - The PHP full-featured ORM
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
tecnocen/yii2-rmdb
9648 Downloads
Yii 2 Library to create RMDB models and migrations
roaresearch/yii2-fulltext
1 Downloads
Yii 2 Library to support full text index and search
qcubed/orm
375 Downloads
Database drivers, query support, and code generator for the object relational model for QCubed
qcubed-4/orm
119 Downloads
Database drivers, query support, and code generator for the object relational model for QCubed-4
dice/orm
6 Downloads
Database drivers, query support, and code generator for the object relational model for QCubed
roy404/eloquent
2 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
bee4/activerecord
45 Downloads
Generic ActiveRecord model implementation to detach data manipulation from the used database (NoSQL, Graph, Relational...)
la-haute-societe/yii2-save-relations-behavior
417128 Downloads
Validate and save automatically related Active Record models.