Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axiosleo/tpr-db
database orm
https://github.com/axiosleo/tpr-db
Last synced: 3 days ago
JSON representation
database orm
- Host: GitHub
- URL: https://github.com/axiosleo/tpr-db
- Owner: AxiosLeo
- License: mit
- Created: 2018-04-10T02:09:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T02:48:58.000Z (over 5 years ago)
- Last Synced: 2024-04-24T02:06:47.828Z (7 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/axios/tpr-db/v/stable)](https://packagist.org/packages/axios/tpr-db)
[![License](https://poser.pugx.org/axios/tpr-db/license)](https://packagist.org/packages/axios/tpr-db)# TPR-DB
> base on [think-orm](https://github.com/top-think/think-orm)## Install
``` php
composer require axios/tpr-db:^1.1
```## Example
- Mysql | Pgsql | Sqlite | SqlServer | Oracle | Mongodb
> [example/db.php](https://github.com/AxiosCros/tpr-db/blob/master/example/db.php)
- Redis
> [example/redis.php](https://github.com/AxiosCros/tpr-db/blob/master/example/redis.php)