Fork me on GitHub
#sql
<
2016-11-15
>
dangit21:11:15

I’m using jdbc and ragtime which is great so far, but is there a good/standard solution on how to create the database (`CREATE DATABASE …`) in the first place? Every time I bring up a fresh docker container set for testing I need to do this.

dangit22:11:45

Thank you. .executeUpdate was the command I wasn’t finding.