SimpleBankingSystem This is my JDBC practice project. It is a simple model of a basic banking system. It allowes to create cards, add money and transfer it. It uses SQLite as a database. IMPORTANT include '-fileName "Your database name".s3db' in program arguments.