SkillAgentSearch skills...

Dbhub.io

A "Cloud" for SQLite databases. Collaborative development for your data. 😊

Install / Use

/learn @sqlitebrowser/Dbhub.io
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DBHub.io

Cypress Go Report Card

What it is

A Cloud for SQLite databases, with special integration for DB Browser for SQLite.

You can use our live hosted version at https://dbhub.io, our API server at https://api.dbhub.io, or run things locally for your own users.

Screenshot

<img src="https://github.com/sqlitebrowser/db4s-screenshots/raw/master/dbhub/2017-08-10/00-database_view_page.png" alt="DBHub.io Screenshot" align="middle" width="550px" />

Requirements

  • Golang - version 1.18 or above is required.
  • Memcached - version 1.4.33 and above are known to work.
  • Minio - release 2016-11-26T02:23:47Z and later are known to work.
  • NodeJS - version 20 is known to work, others are untested.
  • PostgreSQL - version 13 and above are known to work.
  • Yarn - version 1.22.x. Not Yarn 2.x or greater.

Subdirectories

  • api - A very simple API server, used for querying databases remotely.
  • common - Library of functions used by the DBHub.io components.
  • database - PostgreSQL database schema.
  • default_licences - Useful Open Source licences suitable for databases.
  • db4s - REST server which DB Browser for SQLite and Dio use for communicating with DBHub.io.
  • live - Internal daemon which manages live SQLite databases.
  • webui - The main public facing webUI.

Libraries for accessing DBHub.io via API

  • go-dbhub - A Go library for accessing and using your SQLite libraries on DBHub.io.
  • pydbhub - A Python library for accessing and using your SQLite libraries on DBHub.io.
View on GitHub
GitHub Stars411
CategoryDevelopment
Updated1mo ago
Forks53

Languages

Go

Security Score

100/100

Audited on Feb 26, 2026

No findings