# tpr-db **Repository Path**: AxiosLeo/tpr-db ## Basic Information - **Project Name**: tpr-db - **Description**: database orm,根据thinkphp的ORM移植而来,做了很多改动,去掉了"查询缓存"等跟tp耦合很强的功能 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2019-01-01 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: database-dev **Tags**: None ## 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)