DB Linker (the "App") does not operate its own server and does not collect, store, or transmit users' personal information.

1. Local Storage
All data (database connection information, API keys, etc.) is stored only on the user's device and is never transmitted to an external server.

2. No Server
DB Linker has no server of its own. The app communicates only with URLs the user directly enters.

3. Responsibility for Security
Managing API keys and database access credentials is the user's responsibility. The app developer is not liable for key leaks or data loss.

4. Communication with External APIs
When using external services the user directly connects, such as OpenAI, Supabase, or Pinecone, those services' own terms of use and privacy policies apply separately.

5. Data Transmission When Using the AI Chat Feature
When using the AI chat feature, the structure (table names, column names) of the database the user has connected is transmitted to the LLM service the user has configured. Caution is advised when connecting a database with a sensitive structure.

6. Disclaimer
The user is responsible for the results of all operations performed through this app, including querying, modifying, and deleting data in a database.

7. Contact
Please direct inquiries about this policy to the developer via a GitHub issue.