Skip to content

Brinvex Database Server Manager is a Java utility to programmatically manage Postgresql database server.

Notifications You must be signed in to change notification settings

brinvex/brinvex-db-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brinvex Database Server Manager

Introduction

Brinvex Database Server Manager is a Java utility to programmatically manage Postgresql database server.

Maven dependency declaration

<properties>
    <brinvex-db-manager.version>1.0.0</brinvex-db-manager.version>
</properties>    

<repository>
    <id>brinvex-repo</id>
    <name>Brinvex Repository</name>
    <url>https://github.com/brinvex/brinvex-repo/raw/main/</url>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>
        
<dependency>
    <groupId>com.brinvex</groupId>
    <artifactId>brinvex-db-manager</artifactId>
    <version>${brinvex-db-manager.version}</version>
</dependency>

Requirements

  • Java 17 or above

License

  • The Brinvex Database Server Manager is released under version 2.0 of the Apache License.

About

Brinvex Database Server Manager is a Java utility to programmatically manage Postgresql database server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published