feat: add raw SQL execution helpers (execute, executeWith, query_, queryWith)
Build and Test / build-and-test (push) Successful in 4m46s
Build and Test / build-and-test (push) Successful in 4m46s
This commit is contained in:
@@ -23,7 +23,7 @@ autoMigrationTests = do
|
||||
pure ()
|
||||
closeConnection db
|
||||
|
||||
it "is idempotent — running twice does not error" $ do
|
||||
it "is idempotent -- running twice does not error" $ do
|
||||
db <- openConnection ":memory:"
|
||||
withConnection db $ do
|
||||
autoMigrateSchema defaultOptions [schemaTable personTable []]
|
||||
|
||||
Reference in New Issue
Block a user