You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
vran 2ed115d070
Feature: add operation log (#16)
3 years ago
README feat: update readme 3 years ago
api Feature: add operation log (#16) 3 years ago
common feat: add test connection api (#4) 3 years ago
core Feature: add operation log (#16) 3 years ago
dao Feature: add operation log (#16) 3 years ago
gradle/wrapper feat: init core module 3 years ago
plugin feature: support export document (#11) 3 years ago
.gitignore feat: update frontend resource 3 years ago
Dockerfile feat: integrate frontend resources (#6) 3 years ago
README.md feature: update readme 3 years ago
api.gradle feat: init api (#2) 3 years ago
build.gradle feat: init api (#2) 3 years ago
gradlew feat: init core module 3 years ago
gradlew.bat feat: init core module 3 years ago
settings.gradle feat: init api (#2) 3 years ago

README.md

Databasir

文档索引

简介

Databasir 是一款集中式的数据库文档管理工具,提供了自动化、版本化、扁平化的数据库文档管理能力,主要功能如下

  1. 支持多种数据库
  2. 自动或手动同步数据库 Schema 并生成文档
  3. 项目 Schema 历史版本文档查看
  4. 项目文档导出,提供 markdown、excel(研发中) 等格式
  5. 团队管理、成员管理一应俱全,扁平化的权限管理模式
  6. 安全系数高:数据库密码加密存储,存储后不会再返回前端

支持数据库

    • Mysql
    • Postgresql
    • Oracle
    • SqlServer

功能规划

  • 用户操作审计日志
  • 文档自动同步日志
  • Excel 文档导出
  • Markdown 文档导出

展示

  • 项目中心

  • 项目文档

  • 用户管理