config_query_list TRAC_DATABASE "Which database would you like?" postgresql sqlite

if [[ "${TRAC_DATABASE}" == "postgresql" ]]; then
	config_query_list TRAC_POSTGRES_DRIVER "Which python interface to postgresql would you like?" pypgsql psycopg2
fi
