{ "version": "1", "packages": [ { "path": "authors", "schema": "authors/schema.sql", "queries": "authors/query.sql", "engine": "postgresql" }, { "path": "ondeck", "schema": "ondeck/schema", "queries": "ondeck/query", "engine": "postgresql", "emit_json_tags": true, "emit_prepared_queries": true, "emit_interface": true }, { "path": "jets", "schema": "jets/schema.sql", "queries": "jets/query-building.sql", "engine": "postgresql" }, { "name": "booktest", "path": "booktest/postgresql", "schema": "booktest/postgresql/schema.sql", "queries": "booktest/postgresql/query.sql", "engine": "postgresql" }, { "name": "booktest", "path": "booktest/mysql", "schema": "booktest/mysql/schema.sql", "queries": "booktest/mysql/query.sql", "engine": "mysql" }, { "name": "com.example.authors", "path": "kotlin/src/main/kotlin/com/example/authors", "schema": "kotlin/src/main/resources/authors/schema.sql", "queries": "kotlin/src/main/resources/authors/query.sql", "engine": "postgresql", "language": "kotlin" }, { "name": "com.example.ondeck", "path": "kotlin/src/main/kotlin/com/example/ondeck", "schema": "ondeck/schema", "queries": "ondeck/query", "engine": "postgresql", "emit_interface": true, "language": "kotlin" }, { "name": "com.example.jets", "path": "kotlin/src/main/kotlin/com/example/jets", "schema": "jets/schema.sql", "queries": "jets/query-building.sql", "engine": "postgresql", "language": "kotlin" }, { "name": "com.example.booktest.postgresql", "path": "kotlin/src/main/kotlin/com/example/booktest/postgresql", "schema": "kotlin/src/main/resources/booktest/postgresql/schema.sql", "queries": "kotlin/src/main/resources/booktest/postgresql/query.sql", "engine": "postgresql", "language": "kotlin" } ] }