Skip to content

Instantly share code, notes, and snippets.

@KadekM
Created March 17, 2021 15:07
Show Gist options
  • Save KadekM/79df3ca165688c96afd04905f66d53ad to your computer and use it in GitHub Desktop.
Save KadekM/79df3ca165688c96afd04905f66d53ad to your computer and use it in GitHub Desktop.
import skunk.codec.all._
import skunk._
import skunk.implicits._
val partitionTableDdl =
sql"""CREATE TABLE IF NOT EXISTS offsets (
topic VARCHAR PRIMARY KEY,
"offset" BIGINT NOT NULL)""".command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment