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-dba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brinvex Database Admin

Introduction

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

Maven dependency declaration

<properties>
    <brinvex-dba.version>1.2.2</brinvex-dba.version>
</properties>    

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

Requirements

  • Java 21 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