Skip to content

A database management UI for Spring Boot

License

Notifications You must be signed in to change notification settings

jamesmbowler/Schematic

 
 

Repository files navigation

Schematic

This fork supports mysql, and gradle. So far, the only query that needed to be different for mysql was the "get tables" query.

License: MIT Maven Central

Schematic is a simple database management UI for Spring Boot.

Getting Started

To use Schematic, you need to add the following Maven dependency to your project's pom.xml:

<dependency>
    <groupId>com.github.bjoernkw</groupId>
    <artifactId>schematic</artifactId>
    <version>0.0.6</version>
</dependency>

After that, simply restart your Spring Boot application. Schematic will be available under http://localhost:8080/schematic/tables and show the database tables for the database connection configured for your application.

Screenshots

Schematic-screenshot-1.png Schematic-screenshot-2.png Schematic-screenshot-3.png

Prerequisites

Built With

License

MIT License

Authors

About

A database management UI for Spring Boot

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 47.7%
  • HTML 42.2%
  • Kotlin 9.6%
  • CSS 0.5%