go-mocket
go-mocket copied to clipboard
Add CREATE to Exec Commands
Using Gorm with Postgres, CREATE commands (CREATE TABLE, CREATE DATABASE) generate error:
unimplemented statement Exec command type of "CREATE"
Looks like an easy fix to add this.