ChatProjects

AI-powered project management with multi-provider chat. Vector store file search. Chat with GPT, Claude, Gemini and more.

2 database tables

Table NameDescriptionMethod
wp_chatprojects_chatsStores chatprojects chats data created by this plugin.Static
wp_chatprojects_messagesStores chatprojects messages data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:chatprojects_activatedOption key:chatprojects_allowed_file_typesOption key:chatprojects_anthropic_keyOption key:chatprojects_assistant_instructionsOption key:chatprojects_capability_migrationOption key:chatprojects_chutes_keyOption key:chatprojects_db_versionOption key:chatprojects_debug_delete_logOption key:chatprojects_debug_interceptOption key:chatprojects_debug_last_encryptOption key:chatprojects_debug_sanitize_returnedOption key:chatprojects_debug_update_logOption key:chatprojects_debug_validate_Option key:chatprojects_default_modelOption key:chatprojects_encryption_keyOption key:chatprojects_gemini_keyOption key:chatprojects_general_chat_modelOption key:chatprojects_general_chat_providerOption key:chatprojects_last_encrypt_fingerprintOption key:chatprojects_max_file_sizeOption key:chatprojects_new_slugsOption key:chatprojects_old_slugsOption key:chatprojects_openai_keyOption key:chatprojects_openrouter_keyOption key:chatprojects_rewrites_flushedOption key:chatprojects_slug_cleanup_versionOption key:chatprojects_slug_conflictsOption key:chatprojects_slug_migration_versionOption key:cp_anthropic_api_keyOption key:cp_chutes_api_keyOption key:cp_gemini_api_key
wp_postmeta
Post meta
wp_posts
Custom post type:chatpr_project
wp_usermeta
User meta