Skip to content

A "Cloud" for SQLite databases. Collaborative development.

License

Notifications You must be signed in to change notification settings

thebureaugroup/dbhub.io

This branch is 264 commits behind sqlitebrowser/dbhub.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Mar 21, 2023
Apr 29, 2023
May 12, 2023
May 10, 2023
May 12, 2023
Apr 29, 2023
Sep 22, 2017
May 11, 2023
May 5, 2023
May 25, 2018
May 12, 2023
May 11, 2023
Aug 19, 2017
May 10, 2023
Nov 6, 2016
Apr 3, 2023
May 10, 2023
Feb 23, 2023
Feb 16, 2023
May 10, 2023
May 10, 2023
May 10, 2023
May 10, 2023

Repository files navigation

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

DBHub.io Screenshot

Requirements

  • Golang - version 1.17 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 18.x is known to work, others are untested.
  • PostgreSQL - version 13 and above are known to work.
  • RabbitMQ - version 3.10.x 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.

About

A "Cloud" for SQLite databases. Collaborative development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.7%
  • JavaScript 21.1%
  • HTML 14.6%
  • Dockerfile 1.0%
  • Shell 0.2%
  • CSS 0.2%
  • PLpgSQL 0.2%