All Projects → evnix → Boltdbweb

evnix / Boltdbweb

Licence: mit
A web based GUI for BoltDB files

Projects that are alternatives of or similar to Boltdbweb

Redis Ui
📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app
Stars: ✭ 334 (+33.07%)
Mutual labels:  database, gui
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+9362.95%)
Mutual labels:  database, gui
Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (+25.1%)
Mutual labels:  database, boltdb
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (+3.59%)
Mutual labels:  database, gui
Boltbrowser
boltBrowser is a GUI web-based explorer and editor for boltDB
Stars: ✭ 116 (-53.78%)
Mutual labels:  boltdb, gui
Redix
a persistent real-time key-value store, with the same redis protocol with powerful features
Stars: ✭ 907 (+261.35%)
Mutual labels:  database, boltdb
Sqlectron Gui
A simple and lightweight SQL client desktop with cross database and platform support.
Stars: ✭ 3,852 (+1434.66%)
Mutual labels:  database, gui
Stratosdb
☄️ ☁️ An All-in-One GUI for Cloud SQL that can help users design and test their AWS RDS Instances
Stars: ✭ 140 (-44.22%)
Mutual labels:  database, gui
Pyrustic
Lightweight framework and software suite to help develop, package, and publish Python desktop applications
Stars: ✭ 75 (-70.12%)
Mutual labels:  database, gui
Bulwark Explorer
Block explorer for Bulwark Cryptocurrency
Stars: ✭ 57 (-77.29%)
Mutual labels:  database, explorer
Storm
Simple and powerful toolkit for BoltDB
Stars: ✭ 1,814 (+622.71%)
Mutual labels:  database, boltdb
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (-43.43%)
Mutual labels:  database, gui
Erc20 Explorer
An explorer for ERC20 based Ethereum tokens
Stars: ✭ 248 (-1.2%)
Mutual labels:  explorer
Mogollar
A MongoDB UI built with Electron
Stars: ✭ 251 (+0%)
Mutual labels:  gui
Lagrange
A Beautiful Gemini Client
Stars: ✭ 238 (-5.18%)
Mutual labels:  gui
Jaydebeapi
JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
Stars: ✭ 247 (-1.59%)
Mutual labels:  database
Aresdb
A GPU-powered real-time analytics storage and query engine.
Stars: ✭ 2,814 (+1021.12%)
Mutual labels:  database
Cleargraph
⛓ Cleargraph is a GraphQL runtime for decentralized applications
Stars: ✭ 250 (-0.4%)
Mutual labels:  explorer
Widestage
Lightweight Open Source Business Intelligence and reporting tool for mongodb, postgresql, Mysql, MS sql, oracle, & google bigQuery allow users create their own reports just dragging and dropping, widestage also has a data governance layer AKA semantic layer
Stars: ✭ 246 (-1.99%)
Mutual labels:  database
Python For Entrepreneurs Course Demos
Contains all the "handout" materials for Talk Python's Python for Entrepreneurs course. This includes notes and the final version of the website code.
Stars: ✭ 247 (-1.59%)
Mutual labels:  database

boltdbweb

A simple web based boltdb GUI Admin panel.

Installation
go get github.com/evnix/boltdbweb
Usage
boltdbweb --db-name=<DBfilename>[required] --port=<port>[optional] --static-path=<static-path>[optional]
  • --db-name: The file name of the DB.
    • NOTE: If 'file.db' does not exist. it will be created as a BoltDB file.
  • --port: Port for listening on... (Default: 8080)
  • --static-path: If you moved the binary to different folder you can determin the path of the web folder. (Default: Same folder where the binary is located.)
Example
boltdbweb --db-name=test.db --port=8089 --static-path=/home/user/github/boltdbweb

Goto: http://localhost:8089

Screenshots:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].