{"slug":"sqlite-database-integration","name":"SQLite Database Integration","description":"SQLite integration plugin by the WordPress Team.","author":"WordPress.org","active_installs":2000,"version":"2.2.23","wp_org_url":"https://wordpress.org/plugins/sqlite-database-integration/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"_mysql_data_types_cache","full_table_name":"wp__mysql_data_types_cache","description":"A cache table that stores temporary computed or fetched data.","detection_method":"static","confidence":"high","columns":[{"name":"table","type":"TEXT","nullable":false,"primary_key":false},{"name":"column_or_index","type":"TEXT","nullable":false,"primary_key":false},{"name":"mysql_type","type":"TEXT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS _mysql_data_types_cache ( `table` TEXT NOT NULL, `column_or_index` TEXT NOT NULL, `mysql_type` TEXT NOT NULL, PRIMARY KEY(`table`, `column_or_index`) );"},{"table_name":"options","full_table_name":"wp_options","description":"Stores options data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_options ( * ^ here. */ $this->rewriter->skip( array( 'type' => WP_SQLite_Token::TYPE_OPERATOR, 'value' => '(', ) );"}],"table_count":2}