Module rustdb::init[][src]

Expand description

Initial SQL.

Note : the init::INITSQL string can be generated using the “Script entire database” link in the example main menu, then using an editor to escape every " character as \". Note also that some sys functions such as ClearTable, DropTable, DropIndex, DropSchema, DropColumn are required for operations such as ALTER TABLE, DROP TABLE etc.

Constants