Skip to content

Commit

Permalink
update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Jun 29, 2024
1 parent 90a2b38 commit cc622ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default defineConfig({
},
plugins, // optional. `Kysely` plugins list. default is `[]`.
seeds: { // optional.
databaseInterfacePath, // optional. database interface relative-to-seed-folder path, e.g. `kysely-codegen`, `../path/to/database#MyDatabaseTypeName`. default is `kysely-codegen` if it is installed, otherwise `Kysely<any>` is used. if `prisma-kysely` is installed, you can leave out the `#MyDatabaseTypeName` part, it will default to `<path>#DB`.
getSeedPrefix, // optional. a function that returns a seed prefix. affects `seed make` command. default is `() => ${Date.now()}_`.
provider, // optional. a seed provider instance. default is `kysely-ctl`'s `FileSeedProvider`.
seeder, // optional. a seeder instance. default is `kysely-ctl`'s `Seeder`.
Expand Down

0 comments on commit cc622ef

Please sign in to comment.