Skip to content

A "Cloud" for SQLite databases. Collaborative development for your data. :)

License

Notifications You must be signed in to change notification settings

Centaurioun/dbhub.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBHub.io

What it is

An early stage (in development) "Cloud" for SQLite databases, with special integration for DB Browser for SQLite.

You can try out our live server at https://dbhub.io, or run it locally for your own users.

Screenshot

DBHub.io Screenshot

Requirements

  • Golang - version 1.8 or above is required, with 1.9 highly recommended.
  • Memcached - version 1.4.33 and above are known to work.
  • Minio - release 2016-11-26T02:23:47Z and later are known to work.
  • PostgreSQL - version 9.6 or above is required.

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.
  • 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 for your data. :)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 60.7%
  • HTML 38.7%
  • Other 0.6%