propertySQL.SQLiteOptions.filenamefilename?: URL | string & {} | ':memory:'Path to the database fileExamples:sqlite://:memory:sqlite://./path/to/database.dbsqlite:///Users/bun/projects/my-app/database.db./dev.db:memory:
Path to the database fileExamples:sqlite://:memory:sqlite://./path/to/database.dbsqlite:///Users/bun/projects/my-app/database.db./dev.db:memory: