github.com/Goboolean/common@v0.0.0-20231130153141-cb54596b217d/api/sql/queries.test.sql (about)

     1  -- name: CountTestTableEntity :one
     2  SELECT COUNT(*) FROM test_table;
     3  
     4  -- name: InsertTestTableEntity :exec
     5  INSERT INTO test_table (id) VALUES (DEFAULT);