Each validation run creates a fresh temporary database, so you can test CREATE TABLE statements and other DDL without conflicts. There are no configurable options.
mini-sql-db/ |--- lib/ | |--- storage.js # Creating JSON files to store data and run read/write operations | |--- schema.js # Table schema management and validation ...