Documentation

Connecting to a Database

SQLite

Click New connection, choose SQLite, and select a .db or .sqlite file. Keisen opens it directly with full read/write access.

PostgreSQL

Enter your connection details: host, port, database, username, and password. SSL is supported. Credentials are encrypted and stored locally.

postgresql://user:pass@localhost:5432/mydb

MySQL / MariaDB

Enter your connection details: host, port, database, username, and password. Works with MySQL 5.7+ and MariaDB 10.3+.

mysql://user:pass@localhost:3306/mydb

Redis

Enter your Redis connection URL. Keisen lets you browse keys, inspect values, and run commands.

redis://localhost:6379