//create or open (if exists) the database $database = new sqlite3('myDatabase.sqlite');
如果您已命名不存在的数据库,则应创建该数据库.