github.com/Ali-iotechsys/sqlboiler/v4@v4.0.0-20221208124957-6aec9a5f1f71/drivers/sqlboiler-sqlite3/README.md (about)

     1  # sqlboiler-sqlite3
     2  
     3  ## Configuration
     4  
     5  ```toml
     6  # Absolute path is recommended since the location
     7  # sqlite3 is being run can change.
     8  # For example generation time and model test time.
     9  [sqlite3]
    10  dbname = "/path/to/file"
    11  ```