Skip to content
Jan Prochazka edited this page Jun 18, 2025 · 17 revisions

DbGate documentation

DbGate documentation has moved to docs.dbgate.io

Checklist - what to check, when upgrading electron

  1. try linux snap, linux appimage, windows executable (after upgrading to electron 11.2.1, windows installer was broken)
  2. check saving to local storage and indexed DB (opened tabs, query texts remains after restart app)

Packages

Some dbgate packages can be used also without DbGate. You can find them on NPM repository

  • api - backend, Javascript, ExpressJS
  • datalib - TypeScript library for utility classes
  • app - application (JavaScript) structure, creating specific queries (JavaScript)
  • filterparser - TypeScript library for parsing data filter expressions using parsimmon
  • sqltree - JSON representation of SQL query, functions converting to SQL (TypeScript)
  • types - common TypeScript definitions
  • web - frontend in Svelte (JavaScript)
  • tools - various tools

Clone this wiki locally