Libraries tagged by relational model database

roddy/firestore-eloquent

12 Favers
317 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.

Go to Download


level-2/maphper

55 Favers
756 Downloads

A lightweight ORM using the DataMapper pattern, creates database tables on the fly.

Go to Download


roy404/eloquent

2 Favers
61 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.

Go to Download


roaresearch/yii2-rmdb

0 Favers
2213 Downloads

Yii 2 Library to create RMDB models and migrations

Go to Download


pedro151/orm-generator

4 Favers
328 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.

Go to Download


foxorm/foxorm

9 Favers
395 Downloads

FoxORM - The PHP full-featured ORM

Go to Download


titon/db

12 Favers
660 Downloads

The Titon database package provides a basic database abstraction layer and an object relational mapper.

Go to Download


tecnocen/yii2-rmdb

1 Favers
9651 Downloads

Yii 2 Library to create RMDB models and migrations

Go to Download


roaresearch/yii2-fulltext

0 Favers
1 Downloads

Yii 2 Library to support full text index and search

Go to Download


qcubed/orm

1 Favers
375 Downloads

Database drivers, query support, and code generator for the object relational model for QCubed

Go to Download


qcubed-4/orm

0 Favers
133 Downloads

Database drivers, query support, and code generator for the object relational model for QCubed-4

Go to Download


dice/orm

0 Favers
6 Downloads

Database drivers, query support, and code generator for the object relational model for QCubed

Go to Download


farzinbidokhti/titan

1 Favers
3 Downloads

Titan ORM is a lightweight PHP ORM for easy database interaction with a clean, fluent API. It simplifies queries, model management, and relationships for efficient development.

Go to Download


blackpearl/blackpearl

3 Favers
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.

Go to Download


bee4/activerecord

0 Favers
45 Downloads

Generic ActiveRecord model implementation to detach data manipulation from the used database (NoSQL, Graph, Relational...)

Go to Download


Next >>