text blocks with JDBC

I got a twitter request to show using text blocks with JDBC. Here you go:

1
2
3
4
5
run(conn, """
               CREATE TABLE names (
                  id INTEGER PRIMARY KEY,
                  species_id integer REFERENCES exhibits (id),
                  name VARCHAR(255))""");

The key is what isn’t here. No sprint concatentation. No escaping. Just clear text