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.
- Java
- PostgreSQL
List of features ready:
- Persistance of objects to a PostgreSQL database.
- CRUD support
- Transactions
- Multithreading
- EhCache
- Multi Session Support
- git clone https://github.com/SamDanielEngineering/Project-1.git
- Set up local PostgreSQL server.
- Add your local PostgreSQL url to the session and SessionFactory classes in the JDBC folder.
Create a main driver and call on any of the documented methods in the SQL folder to persist to the database.
- Sam Daniel