All checks were successful
continuous-integration/drone/push Build is passing
DBWeb
DBWeb is a web based database admin tool like phpmyadmin. It' written via xorm, tango, nodb.
Screenshot
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
DBWeb v0.2 is released
Latest
Languages
JavaScript
85.3%
Go
9.8%
HTML
4.2%
Makefile
0.4%
Dockerfile
0.2%