github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/queries/schema/resetDatabase.sql (about)

     1  -- {% func ResetDatabase() %}
     2  drop table if exists "foo";
     3  -- {% endfunc %}