In Memory Database

Opening a database with the special file name “:memory:” will use an entirely in-memory database:

mut db := vsql.open(':memory:') !