gluesql / gluesql

GlueSQL is quite sticky. It attaches to anywhere.

Home Page:https://gluesql.org/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `Payload::Create` signal if table was created or not

gitmalong opened this issue · comments

When using create_table_if_not_exists a Payload variant ofPayload::Create(bool) can be useful when one wants to prefill a table with default data if the table was newly created.