#  -*- text -*-
#
#  SQL driver configuration for SQLite
#
#  Should be included inside of a SQL module's configuration section
#
# $Id: fe7222f0a44c47a9e49e68f8ddb9f9904f1043ed $
#
sqlite {
	# Path to the sqlite database
	filename = "${db_dir}/sqlite-${...:instance}.db"

	# If the file above does not exist and bootstrap is set
	# a new database file will be created, and the SQL statements
	# contained within the bootstrap file will be executed.
#	bootstrap = "${modconfdir}/${..:name}/main/sqlite/schema.sql"
}
