Skip to content

🗃️ ⚙️ Demonstration of the different stages of work JDBC + PostgreSQL

Notifications You must be signed in to change notification settings

bbogdasha/jdbcPostgreSQL

Repository files navigation

JDBC + PostgreSQL

These programs demonstrated how to work with JDBC and conected with database PostgreSQL. JDBC is an API for programmer lenguage Java to acces the database. PostgreSQL is a popular free object relational database management system and supports numerous features and lenguages.Each step has own description and result of the work (README). Several basic steps are included in the repository:

  1. Connection 👉 readme;
  2. Prepared statements 👉 readme;
  3. Retrieving data 👉 readme;
  4. Multiple statements 👉 readme;
  5. Metadata 👉 readme;
  6. Transaction 👉 readme;
  7. Batch updates 👉 readme;
  8. Export and Import data 👉 readme;

Tech

  • JDK 1.8;
  • JDBC;
  • PostgreSQL;
  • Maven.

About

🗃️ ⚙️ Demonstration of the different stages of work JDBC + PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages