2017 © Pedro Peláez
 

library db

A tiny database management package that contains most of the common features.

image

dida/db

A tiny database management package that contains most of the common features.

  • Monday, April 9, 2018
  • by dida
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Dida\Db 组件库

Dida\Db 的目标是做一个轻巧、包含常用数据库管理特性、易于编码、没有复杂依赖关系的数据库管理组件,适用于大多数常见的数据库操作场景。它是 宙品科技 开源的 Dida框架 的一个功能组件库。, (*1)

特点

  • MIT协议。
  • 支持常见的网站数据库,MySQL, MariaDB, SQLite, MS SQL Server, Oracle, PostgreSQL等等。
  • 最低支持 PHP 5.5。
  • 不依赖任何其它的外部包。
  • 懒加载。只有当要用到连接时,才会开始初始化数据库连接。
  • 灵活的条件树机制(ConditionTree),可以在不脱离流式操作的情况下,方便设置各种查询条件。

运行要求

  • PHP: ^5.5 || ^7.0。
  • 确保相关的数据库驱动扩展(php_pdo_xxx)已经安装,且在 php.ini 里面已经正确地配置好。
  • Mbstring扩展,用于Unicode字符串的处理。

安装

Composer方式安装

composer require dida/db

升级

composer update

项目文档

作者

感谢

版权声明

版权所有 (c) 2017-2018 上海宙品信息科技有限公司。
Copyright (c) 2017-2018 Zeupin LLC. http://zeupin.com, (*2)

源代码采用MIT授权协议。
Licensed under The MIT License., (*3)

如需在您的项目中使用,必须保留本源代码中的完整版权声明。
Redistributions of files MUST retain the above copyright notice., (*4)

The Versions

09/04 2018

dev-master

9999999-dev https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.5 || ^7.0

 

11/12 2017

v0.1.7

0.1.7.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.5 || ^7.0

 

13/11 2017

v0.1.6

0.1.6.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.5 || ^7.0

 

26/10 2017

dev-dev

dev-dev https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

09/10 2017

v0.1.5

0.1.5.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

09/10 2017

v0.1.4

0.1.4.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

08/10 2017

v0.1.3

0.1.3.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

08/10 2017

v0.1.2

0.1.2.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

08/10 2017

v0.1.1

0.1.1.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

08/10 2017

v0.1.0

0.1.0.0 https://github.com/zeupin/dida-db

A tiny database management package that contains most of the common features.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

05/09 2017

v0.0.2

0.0.2.0 https://github.com/zeupin/dida-db

A database management package.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

04/09 2017

v0.0.1

0.0.1.0 https://github.com/zeupin/dida-db

A database management package.

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0