Skip to content

Instantly share code, notes, and snippets.

@KadekM
Created March 17, 2021 15:07
Show Gist options
  • Save KadekM/9a09d787ce3f9386f36e311708757638 to your computer and use it in GitHub Desktop.
Save KadekM/9a09d787ce3f9386f36e311708757638 to your computer and use it in GitHub Desktop.
val balanceTableDdl =
sql"""CREATE TABLE IF NOT EXISTS balances (
name VARCHAR PRIMARY KEY,
balance INT NOT NULL)""".command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment