Favicon of DB Browser for SQLite (LinuxServer.io)

DB Browser for SQLite (LinuxServer.io)

Visually manage SQLite databases. Create and modify tables, browse records, and execute complex SQL queries. Import and export data from text, CSV, or SQL files.

This tool provides a high-quality, visual way to create, search, and edit SQLite database files. It presents your data in a familiar spreadsheet-like interface, making database management intuitive for users of all skill levels, while still offering a full SQL query facility for advanced tasks. It gives you complete access to the capabilities of the underlying SQLite database.

Key features include:

  • Create, define, modify, and delete tables and indexes.
  • Browse, edit, add, and delete records directly.
  • Import and export data from text, CSV, and SQL dump files.
  • Issue SQL queries and inspect the results.
  • Examine a log of all SQL commands issued by the application.
  • Plot simple graphs based on table or query data.
  • Manage SQLCipher encryption for database files.

Directory Structure

db-browser-for-sqlite-linuxserver-io
sqlitebrowser
config
data
.env
docker-compose.yml

docker-compose.yml

services:
  sqlitebrowser:
    image: lscr.io/linuxserver/sqlitebrowser:latest
    container_name: sqlitebrowser
    security_opt:
      - seccomp:unconfined
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - PASSWORD=${WEB_PASSWORD}
    volumes:
      - ./config:/config
      - ./data:/data
    ports:
      - 3000:3000
      - 3001:3001
    restart: unless-stopped

.env

# Optional: Password to secure the Web GUI access
WEB_PASSWORD=your_super_secret_password

Share:

Ad
Favicon

 

  
 

Similar to DB Browser for SQLite (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon