open fun addScript(script: String): EmbeddedDatabaseBuilder
Add an SQL script to execute to initialize or populate the database.
script - the script to execute
script
Return this, to facilitate method chaining
this