# databasefx **Repository Path**: feiling0825/databasefx ## Basic Information - **Project Name**: databasefx - **Description**: 开源、免费、跨平台数据库管理工具 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 80 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # databasefx This is a free, cross platform, open source database management tool based on JavaFX and vertx SQL client. ![Java CI with Gradle](https://github.com/databasefx/databasefx/workflows/Java%20CI%20with%20Gradle/badge.svg) ## Build To build DatabaseFX, execute the following command: ``` gradlew build ``` To run the product, execute the following command: ``` gradlew run ``` NOTE : databasefx requires Java 14 and above. ## Snapshots ### Application main interface ![Travis CI](./SNAPSHOTS/a.png) ### Make new connection ![Travis CI](./SNAPSHOTS/e.png) ### Application function navigation bar ![Travis CI](./SNAPSHOTS/b.png) ### Design table function ![Travis CI](./SNAPSHOTS/c.png) ![Travis CI](./SNAPSHOTS/d.png) ### Export data ![Travis CI](./SNAPSHOTS/f.png) ### SQL terminal ![Travis CI](./SNAPSHOTS/g.png)