Sign inSign up

yingounet/lingosql

By yingounet

Updated 6 months ago

LingoSQL Free open-source database management tool with web UI. Supports MySQL, PostgreSQL & more.

Image
Developer tools
0

1.1K

yingounet/lingosql repository overview

About

LingoSQL is a free, open-source web-based database management tool. Supports MySQL, PostgreSQL and more with an intuitive web UI.

Features

  • Multi-database — MySQL, PostgreSQL
  • Web UI — Manage databases without installing desktop tools
  • User auth — Multi-user support with JWT
  • SQL editor — Execute queries, view results, history & favorites
  • Table management — CRUD, batch operations, import/export
  • Maintenance — Backup, optimize, repair
  • MCP — Model Context Protocol support for AI integration

Quick Start

docker run -d \
  --name lingosql \
  -p 3366:3366 \
  -v lingosql-data:/data \
  -e JWT_SECRET=your-secret-key-change-me \
  -e ENCRYPTION_KEY=your-32-char-key-for-aes-256!! \
  yingounet/lingosql:latest

Tag summary

Content type

Image

Digest

sha256:8ba2241b8

Size

12.5 MB

Last updated

6 months ago

docker pull yingounet/lingosql:d3d60f4