Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

digitbear/dbhub

Repository files navigation

dbhub

Build Status

demo

This project has the following basic apps:

  • schema (manage table schema like wiki but automatically)

Installation

To set up a development environment quickly, install Python 2.x first. It comes with virtualenv built-in. so create a virtual environment with:

mkvirtualenv dbhub

Install dependencies:

pip install -r requirements.txt

Run server:

python manage.py runserver --settings=dbhub.settings.dev

Login and add databases

  • name: database name
  • config: whole url for connect with database
  • for MySQL: mysql://{username}:{password}@{database-url}:3306/{database-name}?charset=utf8
  • for SQLite: sqlite:////{absolute-path-to-db-file}

Sync databases' schema:

python manage.py runscript sync

Check columns' enumeration:

python manage.py runscript parser

Support dialects

  • Firebird
  • Microsoft SQL Server
  • MySQL
  • Oracle
  • PostgreSQL
  • SQLite
  • Sybase

About

database schema hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • HTML 10.9%
  • Smarty 2.4%
  • Shell 0.2%

AltStyle によって変換されたページ (->オリジナル) /