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: 8 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T14:23:28.000Z (over 1 year ago)
- Last Synced: 2025-04-01T18:02:14.210Z (8 months ago)
- Language: PHP
- Homepage: https://thecodingmachine.github.io/tdbm/
- Size: 5.21 MB
- Stars: 119
- Watchers: 8
- Forks: 28
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/thecodingmachine/tdbm)
[](https://packagist.org/packages/thecodingmachine/tdbm)
[](https://packagist.org/packages/thecodingmachine/tdbm)
[](https://packagist.org/packages/thecodingmachine/tdbm)
[](https://scrutinizer-ci.com/g/thecodingmachine/tdbm/?branch=master)
[](https://travis-ci.org/thecodingmachine/tdbm)
[](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)