open fun addDefaultScripts(): EmbeddedDatabaseBuilder
Add default SQL scripts to execute to populate the database.
The default scripts are "schema.sql" to create the database schema and "data.sql" to populate the database with data.
Return
this, to facilitate method chaining