Guinsoo
GitHub
  • Welcome to Guinsoo!
  • Guides
    • Introduction
    • Quickstart
    • Features
    • Installation
    • Tutorial
      • Using the Server
      • Clients for Guinsoo
        • NodeJS
        • Go
        • Rust
        • C++
        • Python
        • Java
      • Web UI for Guinsoo
      • The Shell Tool
      • CSV Support
    • Security
    • Performance
    • Advanced
  • Reference
    • Commands
    • Functions
    • Aggregate
    • Window
    • Data Types
    • SQL Grammar
    • System Table
  • Support
    • FAQ
  • Appendix
    • Links
    • Architecture
    • Contribute
    • License
Powered by GitBook
On this page

Was this helpful?

  1. Guides

Security

Guinsoo is not designed to be run in an adversarial environment. You should absolutely not expose your Guinsoo server to untrusted connections.

Running Guinsoo in embedded mode is the best choice - It's not externally exposed.

PreviousCSV SupportNextPerformance

Last updated 2 years ago

Was this helpful?