Skip to content

Commit

Permalink
ren sqlboiler toml to be hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed May 24, 2024
1 parent eb27fc6 commit 3bb63ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sqlboiler.toml → .sqlboiler.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sqlboiler.toml
# .sqlboiler.toml
#
# SQLBoiler configuration file
# https://github.com/volatiletech/sqlboiler
Expand Down
4 changes: 2 additions & 2 deletions generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
package main

/*
--config "sqlboiler.toml" - Use the configuration file "sqlboiler.toml".
--config ".sqlboiler.toml" - Use the configuration file "sqlboiler.toml".
--wipe - Wipe any existing generated files before re-generation.
--add-soft-deletes - [REQUIRED] Add soft delete support to the generated models.
psql - Use the PostgreSQL database driver.
*/

//go:generate sqlboiler --config "sqlboiler.toml" --wipe --add-soft-deletes psql
//go:generate sqlboiler --config ".sqlboiler.toml" --wipe --add-soft-deletes psql

0 comments on commit 3bb63ae

Please sign in to comment.