dbconnect.cfg

来自「C++连接一写常用数据库的接口」· CFG 代码 · 共 16 行

CFG
16
字号
# Sample DbConnect config file used by the examples
# Copyright (c) Johnathan Ingram 2003, (jingram@rogueware.org)
#
#

[dbconnect]
driverPath = ../../lib/drivers


# PostgreSQL Options
[postgresql]
driverFile = dbconndrv-postgresql.so
requireSSL = no
connectionTimeout = 120
port = 5432

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?