Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axiosleo/tpr-db

database orm
https://github.com/axiosleo/tpr-db

Last synced: 3 days ago
JSON representation

database orm

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)