imbo/imbo-sqlite-adapters 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

imbo/imbo-sqlite-adapters

Composer 安装命令:

composer require imbo/imbo-sqlite-adapters

包简介

SQLite adapters for Imbo

关键字:

README 文档

README

SQLite database adapters for Imbo.

Installation

composer require imbo/imbo-sqlite-adapters

Usage

This package provides SQLite adapters for Imbo using PDO.

$database = new Imbo\Database\SQLite($dsn, $options);

Running integration tests

If you want to run the integration tests you will to create a local SQLite3 database:

sqlite3 /tmp/imbo-sqlite-integration-test.sq3 < setup/000-imbo.sql

When the database exists with the initial tables created you can execute all tests by simply running PHPUnit:

composer run test # or ./vendor/bin/phpunit

License

MIT, see LICENSE.

统计信息

  • 总下载量: 2.09k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-09-04