An open API service indexing awesome lists of open source software.

https://github.com/sbcd90/jgit-postgres

This project is a JGit DHT implementation using PostGRESql as the backing database
https://github.com/sbcd90/jgit-postgres

Last synced: 8 months ago
JSON representation

This project is a JGit DHT implementation using PostGRESql as the backing database

Awesome Lists containing this project

README

          

jgit-sap-hana
=============

- This project is a [JGit](https://www.eclipse.org/jgit/) DHT implementation using PostGRESql as the backing database that uses the PostGRESql JDBC Driver for connecting to PostGRESql.

Build from source
=================

- For migrating database, start a `PostGRESql` db,

```
mvn flyway:migrate
```

- Build library

```
mvn clean install
```

Examples
========

[JGitSCPApp.java](src/test/java/org/jgit/scp/JGitSCPApp.java)