lagdo/dbadmin-driver-sqlite 问题修复 & 功能扩展

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

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

lagdo/dbadmin-driver-sqlite

最新稳定版本:v0.22.1

Composer 安装命令:

composer require lagdo/dbadmin-driver-sqlite

包简介

DbAdmin driver for SQLite.

README 文档

README

Scrutinizer Code Quality StyleCI Build Status Coverage Status

Latest Stable Version Total Downloads License

DbAdmin drivers for SQLite

This package is based on Adminer.

It provides SQLite drivers for Jaxon DbAdmin, and implements the interfaces defined in https://github.com/lagdo/dbadmin-driver.

It requires either the php-sqlite3 or the pdo_sqlite PHP extension to be installed, and uses the former by default.

Installation

Install with Composer.

composer require lagdo/dbadmin-driver-sqlite

Configuration

Declare the directories containing the databases in the packages section on the Jaxon config file. Set the driver option to sqlite. Databases are files with extension db, sdb or sqlite.

    'app' => [
        'packages' => [
            Lagdo\DbAdmin\Db\DbAdminPackage::class => [
                'servers' => [
                    'server_id' => [ // A unique identifier for this server
                        'driver' => 'sqlite',
                        'name' => '',      // The name to be displayed in the dashboard UI.
                        'directory' => '', // The directory containing the database files.
                    ],
                ],
            ],
        ],
    ],

Check the Jaxon DbAdmin documentation for more information about the package usage.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2021-08-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固