Given the developer is using GoBetterAuth,
When they provide a seed.sql file or specify their SQL seed statements via the programmatic API in Golang,
Then the database should execute these seed statements so that data is auto-populated into the database.
Subject to change.
Given the developer is using GoBetterAuth,
When they provide a
seed.sqlfile or specify their SQL seed statements via the programmatic API in Golang,Then the database should execute these seed statements so that data is auto-populated into the database.
Subject to change.