All Projects → viodo → db-doc

viodo / db-doc

Licence: MIT license
📝一款生成在线/离线数据库文档的小工具

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to db-doc

Typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Stars: ✭ 26,559 (+27001.02%)
Mutual labels:  mariadb, sqlserver
Gosora
Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Stars: ✭ 131 (+33.67%)
Mutual labels:  mariadb, sqlserver
Tbls
tbls is a CI-Friendly tool for document a database, written in Go.
Stars: ✭ 940 (+859.18%)
Mutual labels:  mariadb, sqlserver
thinkorm
A flexible, lightweight and powerful Object-Relational Mapper for Node.js. Support TypeScript!!
Stars: ✭ 33 (-66.33%)
Mutual labels:  mariadb, sqlserver
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (+2869.39%)
Mutual labels:  mariadb, sqlserver
ormdb
ORM tool for .Net / .Net.Core
Stars: ✭ 14 (-85.71%)
Mutual labels:  mariadb, sqlserver
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+18438.78%)
Mutual labels:  mariadb, sqlserver
Ebean
Ebean ORM
Stars: ✭ 1,172 (+1095.92%)
Mutual labels:  mariadb, sqlserver
Sharding Method
分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高
Stars: ✭ 188 (+91.84%)
Mutual labels:  mariadb, sqlserver
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (+79.59%)
Mutual labels:  mariadb, sqlserver
typetta
Node.js ORM written in TypeScript for type lovers.
Stars: ✭ 44 (-55.1%)
Mutual labels:  mariadb, sqlserver
r2dbc-migrate
R2DBC database migration tool & library
Stars: ✭ 83 (-15.31%)
Mutual labels:  mariadb, sqlserver
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+29383.67%)
Mutual labels:  mariadb, sqlserver
Evolve
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
Stars: ✭ 477 (+386.73%)
Mutual labels:  mariadb, sqlserver
Yuniql
Free and open source schema versioning and database migration made natively with .NET Core.
Stars: ✭ 156 (+59.18%)
Mutual labels:  mariadb, sqlserver
Docsify
🃏 A magical documentation site generator.
Stars: ✭ 19,310 (+19604.08%)
Mutual labels:  docs, docsify
DBTestCompare
Application to compare results of two SQL queries
Stars: ✭ 15 (-84.69%)
Mutual labels:  mariadb, sqlserver
CRUD.ASPCore.Reactjs.WebAPI.EF
CRUD Operations in ASP.NET Core application using React.js , Web API and Entity Framework core DB first approach with the help of VS 2017.
Stars: ✭ 80 (-18.37%)
Mutual labels:  sqlserver
go-graphkb
A Graph-oriented Knowledge Base written in Go
Stars: ✭ 25 (-74.49%)
Mutual labels:  mariadb
unicode-programming
Unicode programming examples
Stars: ✭ 33 (-66.33%)
Mutual labels:  docs

💡 简介

db-doc 是一款生成在线数据库文档的小工具

📸 截图

在线文档

image-20210707130615707

离线文档

Markdown

image-20210707130825880

HTML

image-20210707130851820

PDF

PDF

⚒️ 支持

  • Mysql
  • SQL Server
  • Postgre SQL

用法

下载

点击下载

解压后双击打开DbDoc, 按照提示输入操作即可

? Database type:
1:MySQL or MariaDB
2:SQL Server
3:PostgreSQL
1
? Database host (127.0.0.1) :
127.0.0.1
? Database port (3306) :
3306
? Database username (root) :
root
? Database password (123456) :
123456
? Database name:
test
? Document type:
1:Online(在线文档)
2:Offline(离线文档)
1
Doc generate successfully!
Doc server is running : http://127.0.0.1:3000

浏览器访问: http://127.0.0.1:3000

🙏 鸣谢

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].