Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced from the database model.
- Host: GitHub
- URL: https://github.com/thecodingmachine/tdbm
- Owner: thecodingmachine
- Created: 2017-05-03T09:49:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T14:23:28.000Z (4 months ago)
- Last Synced: 2024-09-26T02:50:50.049Z (about 2 months ago)
- Language: PHP
- Homepage: https://thecodingmachine.github.io/tdbm/
- Size: 5.21 MB
- Stars: 119
- Watchers: 9
- Forks: 27
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)