All Projects → berlindb → Core

berlindb / Core

Licence: gpl-2.0
All of the required core code

Projects that are alternatives of or similar to Core

Wp Eloquent
Eloquent ORM for WordPress
Stars: ✭ 478 (+243.88%)
Mutual labels:  wordpress, orm, database
Wordpressify
🎈 A build system designed to automate your WordPress development workflow.
Stars: ✭ 1,374 (+888.49%)
Mutual labels:  wordpress, database
Nymph
Data objects for JavaScript and PHP.
Stars: ✭ 97 (-30.22%)
Mutual labels:  orm, database
Ship Hold
data access framework for Postgresql on nodejs
Stars: ✭ 110 (-20.86%)
Mutual labels:  orm, database
Evolutility Server Node
Model-driven REST or GraphQL backend for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
Stars: ✭ 84 (-39.57%)
Mutual labels:  orm, database
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+12970.5%)
Mutual labels:  orm, database
Reactiveandroid
🚀 Simple and powerful ORM for Android
Stars: ✭ 102 (-26.62%)
Mutual labels:  orm, database
Ebean
Ebean ORM
Stars: ✭ 1,172 (+743.17%)
Mutual labels:  orm, database
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+7697.12%)
Mutual labels:  orm, database
Myblog
python写的博客,支持3种数据库,现在挂在evilbinary.org
Stars: ✭ 121 (-12.95%)
Mutual labels:  wordpress, database
Lealone
极具创新的面向微服务和 OLTP/OLAP 场景的单机与分布式关系数据库
Stars: ✭ 1,802 (+1196.4%)
Mutual labels:  orm, database
Orator
The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
Stars: ✭ 1,234 (+787.77%)
Mutual labels:  orm, database
Ef6
This is the codebase for Entity Framework 6 (previously maintained at https://entityframework.codeplex.com). Entity Framework Core is maintained at https://github.com/dotnet/efcore.
Stars: ✭ 1,218 (+776.26%)
Mutual labels:  orm, database
Entityworker.core
EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.
Stars: ✭ 91 (-34.53%)
Mutual labels:  orm, database
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-44.6%)
Mutual labels:  wordpress, database
Alkali
a simple python database
Stars: ✭ 101 (-27.34%)
Mutual labels:  orm, database
Typeorm Plus
TypeORM+ adds functionality to TypeORM intending to make the Repository and QueryBuilder more powerful.
Stars: ✭ 135 (-2.88%)
Mutual labels:  orm, database
Dbx
A neat codegen-based database wrapper written in Go
Stars: ✭ 68 (-51.08%)
Mutual labels:  orm, database
Laravel Optimistic Locking
Adds optimistic locking feature to eloquent models.
Stars: ✭ 71 (-48.92%)
Mutual labels:  orm, database
Tornado Sqlalchemy
SQLAlchemy support for Tornado
Stars: ✭ 112 (-19.42%)
Mutual labels:  orm, database

BerlinDB

BerlinDB is a collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.

This repository contains all of the code that is required to be included in your WordPress project.

The most common use-case for BerlinDB is a WordPress Plugin that needs to create custom database tables, but more advanced uses are possible, including managing and interfacing with the WordPress Core database tables themselves.

Future repositories in this organization will contain examples, extensions, drop-ins, unit tests, and more.


The name of this project comes from WordCamp Europe 2019, where it was originally announced as an unnamed library. Thank you to Peter Wilson for the idea to pay homage to such a wonderful audience.


The code in this repository represents the cumulative effort of dozens of individuals across multiple projects, spanning multiple continents, native languages, and years of conceptual development:

These projects all require custom database tables to acheive their goals (and to meet the expecations that their users have in them) to perform and scale flawlessly in a highly available WordPress based web application.

Each of these projects originally implemented their own bespoke approaches to database management, resulting in a massive amount of code duplication, rework, and eventual fragmentation of approaches and ideas.

This project helps avoid those issues by (somewhat magically) limiting how much code you need to write to accomplish the same repetitive database related tasks.


This organization was created by (and is managed by) Sandhills Development, LLC, where we aim to craft superior experiences through ingenuity, with deep commitment to (and appreciation for) the human element.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].