[firebird.driver] ; ; Firebird driver configuration. ; Path to Firebird client library ; Type: str ;fb_client_library = ; BLOB size threshold. Bigger BLOB will be returned as stream BLOBs. ; Type: int ;stream_blob_threshold = 65536 ; Registered servers ; Type: list of configuration section names servers = local,fb308,fb400rls,fb401rls,fb40,fb50 ; Registered databases ; Type: list of configuration section names ;databases = [firebird.db.defaults] ; ; Default database configuration. ; Name of server where database is located ; Type: str ;server = ; Database connection string ; Type: str ;dsn = ; Database file specification or alias ; Type: str ;database = ; Database filename should be passed in UTF8 ; Type: bool ;utf8filename = ; Protocol to be used for database ; Type: enum [xnet, inet, inet4, wnet] ;protocol = ; Defaul user name ; Type: str ;user = ; Default user password ; Type: str ;password = ; Use trusted authentication ; Type: bool ;trusted_auth = no ; User role ; Type: str ;role = ; Character set for database connection ; Type: str ;charset = ; SQL Dialect for database connection ; Type: int ;sql_dialect = 3 ; Connection timeout ; Type: int ;timeout = ; Do not use linger for database connection ; Type: bool ;no_linger = ; Page cache size override for database connection ; Type: int ;cache_size = ; Dummy packet interval ; Type: int ;dummy_packet_interval = ; Configuration override ; Type: str ;config = ; List of authentication plugins override ; Type: str ;auth_plugin_list = ; Page size to be used for created database. ; Type: int ;page_size = ; Write mode for created database (True = sync, False = async) ; Type: bool ;forced_writes = ; Character set for created database ; Type: str ;db_charset = ; SQL dialect for created database ; Type: int ;db_sql_dialect = ; Page cache size override for created database ; Type: int ;db_cache_size = ; Sweep interval for created database ; Type: int ;sweep_interval = ; Data page space usage for created database (True = reserve space, False = Use all space) ; Type: bool ;reserve_space = [firebird.server.defaults] ; ; Default server configuration. ; Server host machine specification ; Type: str ;host = ; Port used by Firebird server ; Type: str ;port = ; Defaul user name ; Type: str user = SYSDBA ; Default user password ; Type: str password = masterkey ; Configuration override ; Type: str ;config = ; List of authentication plugins override ; Type: str ;auth_plugin_list = ; Use trusted authentication ; Type: bool ;trusted_auth = no [local] ; ; Server configuration. ; Server host machine specification ; Type: str host = localhost ; Port used by Firebird server ; Type: str ;port = ; Defaul user name ; Type: str user = SYSDBA ; Default user password ; Type: str password = masterkey ; Configuration override ; Type: str ;config = ; List of authentication plugins override ; Type: str ;auth_plugin_list = ; Use trusted authentication ; Type: bool ;trusted_auth = no [fb308] ; see letter from P.C. 28-dec-2021 15:14, subj: "firebird-driver-version" host = localhost port = 3308 fb_client_library = D:\FB\fb308\fbclient.dll user = SYSDBA password = masterkey [fb400rls] ; see letter from P.C. 28-dec-2021 15:14, subj: "firebird-driver-version" host = localhost port = 3400 fb_client_library = D:\FB\fb40rls\fbclient.dll user = SYSDBA password = masterkey [fb401rls] ; see letter from P.C. 28-dec-2021 15:14, subj: "firebird-driver-version" host = localhost port = 3401 fb_client_library = D:\FB\fb401rls\fbclient.dll user = SYSDBA password = masterkey encoding_errors = ignore [fb40] ; see letter from P.C. 28-dec-2021 15:14, subj: "firebird-driver-version" host = localhost port = 3499 fb_client_library = D:\FB\fb40\fbclient.dll user = SYSDBA password = masterkey [fb50] ; see letter from P.C. 28-dec-2021 15:14, subj: "firebird-driver-version" host = localhost port = 3500 fb_client_library = D:\FB\fb50\fbclient.dll user = SYSDBA password = masterkey