Skip to content
Jan Prochazka edited this page Apr 24, 2022 · 15 revisions

DbGate documentation was moved

DbGate documentation has moved to dbgate.org/docs

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

How to genetate icon

Icon source is stored as SVG in repo root (icon.svg)