select('SHOW TABLES'); } } class SQLite implements DatabaseAdapter { public function getTables() { return system('sqlite --list-tables'); } }