Skip to content

This is my educational project. It has MVC architecture. It are used JDBC, Maven, PostgreSQL, JUnit, Mockito, Reflections. The program in console work with database.

Notifications You must be signed in to change notification settings

SergiiShcherbakov/SQLCmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This is my educational project. The program in console work with database. It has MVC architecture. It is used JDBC, Maven, PostgreSQL, JUnit, Mockito, Reflections. In the program I use patterns: MVC, Command, TemplateMethod, FabricMethod, Strategy

Tests

For tests you have to have

  • installed PostgreSQL in your computer with some database,
  • and configure sqlcmd.properties with your parameters: - REAL_DB = "some_database"; - DB_LOGIN = "login_for_the_database"; - DB_PASSWORD = "password_for_the_database";

database REAL_DB will not be used in tests.

About

This is my educational project. It has MVC architecture. It are used JDBC, Maven, PostgreSQL, JUnit, Mockito, Reflections. The program in console work with database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages