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?

Welcome to Guinsoo!

NextIntroduction

Last updated 2 years ago

Was this helpful?

Welcome to Guinsoo, the Java SQL database. The main feature of Guinsoo are:

  • Very fast, open source

  • Embedded and server modes; Also support in-memory mode

  • Small footprint

Features

  • Very fast, open source, and JDBC API

  • Embedded and server modes; Disk-based or in-memory databases

  • Transaction support, MVCC (multi-version concurrency)

  • Encrypted databases

  • Fulltext search

  • Pure Java with a small footprint

Getting Started

Use Guinsoo to store data in ...

Making Contributing

Check out our CONTRIBUTING guide ...

→
→