config_query_list TRAC_DB "Which database would you like?" sqlite mysql postgresql &&

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