3 Star 12 Fork 1

HuntLabs / dbal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dub.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
viile 提交于 2017-12-20 16:59 . fixed sqlite connect
{
"name": "database",
"license": "Apache-2.0",
"copyright": "Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd",
"description": "Database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite.",
"configurations": [
{
"name": "default",
"targetType": "library"
},
{
"name": "mysql",
"targetType": "library",
"versions": [
"USE_MYSQL"
],
"libs": [
"mysqlclient"
]
},
{
"name": "postgresql",
"targetType": "library",
"versions": [
"USE_POSTGRESQL"
],
"libs": [
"pq"
]
},
{
"name": "sqlite",
"targetType": "library",
"versions": [
"USE_SQLITE"
],
"libs-posix": [
"sqlite3"
],
"libs-windows": [
"sqlite3"
]
}
]
}
D
1
https://gitee.com/huntlabs/database.git
git@gitee.com:huntlabs/database.git
huntlabs
database
dbal
master

搜索帮助