Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecodingmachine/tdbm

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
https://github.com/thecodingmachine/tdbm

Last synced: about 2 months ago
JSON representation

The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.

Awesome Lists containing this project

README

        

[![Latest Stable Version](https://poser.pugx.org/thecodingmachine/tdbm/v/stable)](https://packagist.org/packages/thecodingmachine/tdbm)
[![Total Downloads](https://poser.pugx.org/thecodingmachine/tdbm/downloads)](https://packagist.org/packages/thecodingmachine/tdbm)
[![Latest Unstable Version](https://poser.pugx.org/thecodingmachine/tdbm/v/unstable)](https://packagist.org/packages/thecodingmachine/tdbm)
[![License](https://poser.pugx.org/thecodingmachine/tdbm/license)](https://packagist.org/packages/thecodingmachine/tdbm)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodingmachine/tdbm/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecodingmachine/tdbm/?branch=master)
[![Build Status](https://travis-ci.org/thecodingmachine/tdbm.svg?branch=master)](https://travis-ci.org/thecodingmachine/tdbm)
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/tdbm/badge.svg?branch=master&service=github)](https://coveralls.io/github/thecodingmachine/tdbm?branch=master)

TDBM (The DataBase Machine)
===========================

Check out [the documentation at https://thecodingmachine.github.io/tdbm/](https://thecodingmachine.github.io/tdbm/).

## Run the test locally

You can run the tests with different backend thanks to the following scripts:
- [./tests/phpunit-pgsql.sh](./tests/phpunit-pgsql.sh)
- [./tests/phpunit-mariadb.sh](./tests/phpunit-mariadb.sh)
- [./tests/phpunit-mysql8.sh](./tests/phpunit-mysql8.sh)
- [./tests/phpunit-oracle.sh](./tests/phpunit-oracle.sh)