添加sqlite数据

This commit is contained in:
Anyon 2017-02-07 03:33:55 -05:00
parent 8a05b813a7
commit 51a25f6508
3 changed files with 5 additions and 5 deletions

BIN
application/extra/sqlite.db Normal file

Binary file not shown.

View File

@ -11,13 +11,13 @@
return [ return [
// 数据库类型 // 数据库类型
'type' => 'mysql', 'type' => 'Sqlite',
// 服务器地址 // 服务器地址
'hostname' => '127.0.0.1', 'hostname' => '',
// 数据库名 // 数据库名
'database' => '', 'database' => APP_PATH.'extra/sqlite.db',
// 用户名 // 用户名
'username' => 'root', 'username' => '',
// 密码 // 密码
'password' => '', 'password' => '',
// 端口 // 端口