Lunny Xiao faec90227c
All checks were successful
continuous-integration/drone/push Build is passing
update drone
2020-10-25 17:36:54 +08:00
2019-06-06 02:43:18 +00:00
2019-06-06 02:43:18 +00:00
2019-06-06 02:43:18 +00:00
2017-04-22 15:12:31 +08:00
2017-04-22 15:12:31 +08:00
2019-06-06 02:43:18 +00:00
2020-10-25 17:36:54 +08:00
2017-03-29 17:48:37 +08:00
2015-04-06 22:56:15 +08:00
2015-02-06 17:41:54 +08:00
2019-06-06 02:43:18 +00:00
2019-06-06 02:43:18 +00:00
2019-06-06 02:43:18 +00:00
2019-06-06 02:43:18 +00:00
2015-02-06 17:41:54 +08:00
2019-06-06 02:43:18 +00:00
2020-10-25 17:36:54 +08:00
2019-07-25 08:07:57 +00:00
2019-06-06 02:43:18 +00:00
2015-02-10 15:35:13 +08:00
2019-06-06 02:43:18 +00:00

DBWeb

DBWeb is a web based database admin tool like phpmyadmin. It' written via xorm, tango, nodb.

Screenshot

dbweb

UI Languages

Now support English and 简体中文.

Database Supports

  • MySQL
  • PostgreSQL
  • sqlite3 : build tag -sqlite3

Installation

You have to install go v1.11 and make GO111MODUlE=on before you build

git clone https://gitea.com/xorm/dbweb.git
cd dbweb
go build

Build via task

You can build dbweb via task.

build with no embbed resources

task build

build with embbed resources

task release

Build via make (deprecated)

If you want to embbed the langs, public and templats to the binary, use the below command. You have to install make before this.

TAGS="bindata" make generate build

Notice: If you want to serve via HTTPS, you still put your *.pem files on the home directory.

Run

./dbweb -home=$GOPATH/src/github.com/go-xorm/dbweb/
./dbweb -help

dbweb version 0.2

  -debug=false: enable debug mode
  -help=false: show help
  -https=false: enable https
  -home=./: set the home dir which contain templates,static,langs,certs
  -port=8989: listen port

Then visit http://localhost:8989/

The default user is admin and password is also admin. You can change it after you logged in.

Description
A web based database admin tool written by Golang support mysql/postgres/sqlite
Readme 30 MiB
2017-03-29 12:55:38 +00:00
Languages
JavaScript 85.3%
Go 9.8%
HTML 4.2%
Makefile 0.4%
Dockerfile 0.2%