A web-based MySQL/MariaDB GUI editor
Project description
Lagun
A minimal, web-based MySQL/MariaDB GUI editor. Install it, run it, use it.
Features
- Web-based SQL editor with syntax highlighting, autocompletion, and multi-tab support
- Multi-statement execution — run multiple statements at once, each result shown in its own sub-tab
- Schema browser — explore databases, tables, columns, and indexes; resizable sidebar
- Schema management — create, modify, and drop tables, columns, and indexes
- In-line data editing — edit cells, insert rows, delete rows directly in the grid
- Import & export — CSV and SQL formats with streaming for large datasets; export respects active column filters
- Query history — full SQL with word wrap, copy or load any entry back into the editor
- Bookmarks — save and organize frequently used tables
- Connection management — import and export connection configs
- Secure connections — SSL/TLS, credentials stored in OS keyring, encrypted session backup
- LDAP/AD authentication — optional, via ldapgate
Install
pip install lagun
Usage
lagun serve
Opens the GUI in your browser. Connect to any MySQL or MariaDB database from there.
Options:
--host TEXT Bind host. [default: 127.0.0.1]
--port INTEGER Bind port. [default: 8080]
--no-open Don't open the browser automatically.
--ldap-config PATH Path to ldapgate YAML config to enable LDAP authentication.
LDAP Authentication
Lagun can require users to log in via LDAP/AD before accessing the editor. This uses ldapgate as FastAPI middleware — no separate proxy process needed.
pip install 'lagun[ldap]'
lagun serve --ldap-config /path/to/ldapgate.yaml
When LDAP is enabled, a logout button appears in the top-right corner of the tab bar.
See the ldapgate README for config file documentation.
Screenshots
Development
Requires uv.
git clone https://github.com/anudeepd/lagun
cd lagun
uv sync
uv run lagun serve
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lagun-0.1.14.tar.gz.
File metadata
- Download URL: lagun-0.1.14.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
619f36e9d02cec3de9050bd16c220a494fad8a5f6c255be859e5af6e16d5a3d7
|
|
| MD5 |
48cfadd077c53cb9b18b5a32263c9071
|
|
| BLAKE2b-256 |
e74c4fd84a6f4a46e24a996eeb3fd9da96ccaf115db13cd8c9737ad70964dc8e
|
File details
Details for the file lagun-0.1.14-py3-none-any.whl.
File metadata
- Download URL: lagun-0.1.14-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68550bfe02f11994d76296b2f409ed102fe3ed07ea237000e67a2122d852fa3
|
|
| MD5 |
ed86262b6c4b582c29fde4bc8ae9b8ee
|
|
| BLAKE2b-256 |
ca3b53d4bca9508f63e47fd98c046d2bc8454eafb0d82f473d19965facff3382
|