Skip to content

The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases SQL databases and other tabular data sources, such as spreadsheets or flat files. This project is an exercise on the usage of the API.

License

Notifications You must be signed in to change notification settings

aaronmaynard/Java-Database-Connectivity-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java-Database-Connectivity-Project

The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases SQL databases and other tabular data sources, such as spreadsheets or flat files. This project is an exercise on the usage of the API. This is the source code to a JDBC project that was done to test our knowledge on incorporating and utilizing an AWS DMBS.

folder.gif Source Code (Java) GitHub last commit

Database Information The database is manages by Amazon Web Services (AWS). You can use a local database, which you may find much easier for debugging purposes; dropping and creating a new database should be instant. The schema for the database can be found in the root directory for the project. AWS RDS information is as follows: Engine - MySQL Use Case - Dev/Test - MySQL DB Engine Version - mysql 5.6.39 Allocated Storage - 20 GiB

document.gif Quality Control - PRs Welcome coding style

  • If you find any errors feel free to correct them and send over a Pull Request.

document.gif Recommended IDE - Eclipse Photon Download


NOTICE: Do NOT copy and past this to turn it in as your own!

The project listed should be used as reference only. Simply copying and pasting the source code may get you an A, however they will not help you develop your skills nor career. Try your best to complete any assignment by yourself. If you get stuck, feel free to come back and see how the problem was approached and try again.

About

The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases SQL databases and other tabular data sources, such as spreadsheets or flat files. This project is an exercise on the usage of the API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages