Privacy Policy

Overview

GoSQLX is an open-source SQL parsing SDK for Go, licensed under Apache 2.0. We respect your privacy. This policy explains what data is (and is not) collected across GoSQLX services.

Website (gosqlx.dev)

This website is a static site hosted on GitHub Pages. We do not use analytics, tracking scripts, or cookies. No personal data is collected by us when you visit this site. GitHub Pages may collect basic server logs as described in GitHub's Privacy Statement.

WASM Playground

The interactive SQL playground at /playground/ runs entirely in your browser via WebAssembly. Your SQL queries are parsed locally and are never sent to any server.

Remote MCP Server (mcp.gosqlx.dev)

The GoSQLX MCP server is stateless. SQL queries sent to the server are processed and immediately discarded — they are not logged or stored. No authentication or user accounts are required. The server uses in-memory IP-based rate limiting; IP addresses are held only in memory and cleared after 10 minutes of inactivity. They are never written to disk or shared with third parties.

VS Code Extension

The GoSQLX VS Code extension runs locally on your machine. It does not send telemetry, analytics, or any data to GoSQLX servers.

Third-Party Services

GoSQLX relies on the following third-party services, each with their own privacy policies:

  • GitHub — website hosting (GitHub Pages) and source code hosting
  • Render — MCP server hosting

Open Source

All GoSQLX code is open source under the Apache 2.0 license. You can verify any claim in this policy by reviewing the source code on GitHub.

Contact

If you have questions about this privacy policy, please open an issue on GitHub Issues.

Last updated: March 15, 2026