1 # Enables Firebird backend.
2 <StoreModule store_firebird>
3 # Database server address
5 # Value: IP address or DNS name
9 # Path to the database on the server or its alias
12 # Default: /var/stg/stargazer.fdb
13 # Database = /var/stg/stargazer.fdb
17 # Value: any, supported by database
23 # Value: any, supported by database
27 # The transaction isolation level
29 # Values: concurrency, dirtyread, readcommitted, consistency
31 # IsolationLevel = concurrency
33 # Responding to lock (optional, defaults to wait):
35 # Values: wait, nowait
37 # LockResolution = wait