dbconfig::makeSchema

Name

dbconfig::makeSchema -- 

Synopsis


package require dbconfig

dbconfig::makeSchema database-file
                        

DESCRIPTION

If database-file does not exist it is created as an sqlite3 database file. The database schema described in this section is then created in the database file.

If database-file alread existed: