Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 969 Bytes

File metadata and controls

34 lines (22 loc) · 969 Bytes

Database Persistance

Project Description

This application allows abstraction away from manually coding in Java with the SQL database. It provides methods to call for easy ways to do CRUD operations with the database. It also implements transactions, connection pooling and ehCache for caching our database queries. It also includes multithreading support for executing queries.

Technologies Used

  • Java
  • PostgreSQL

Features

List of features ready:

  • Persistance of objects to a PostgreSQL database.
  • CRUD support
  • Transactions
  • Multithreading
  • EhCache
  • Multi Session Support

Getting Started

Usage

Create a main driver and call on any of the documented methods in the SQL folder to persist to the database.

Contributors

  • Sam Daniel