Crossfire Server, Trunk
1.75.0
CFSqlDb.py
Go to the documentation of this file.
1
import
os.path
2
import
sqlite3
3
4
import
Crossfire
5
6
def
open
():
7
path = os.path.join(Crossfire.LocalDirectory(),
'crossfire.db'
)
8
return
sqlite3.connect(path)
CFSqlDb.open
def open()
Definition:
CFSqlDb.py:6
crossfire-crossfire-maps
python
CFSqlDb.py
Generated on Tue Jun 10 2025 17:35:31 for Crossfire Server, Trunk by
1.8.17