Skip to content

kbpitula/java-with-sql-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-with-sql-lite

My example how to integrate Java with SQL Lite.

Description:

This Java project with maven show how to create database (if not exists) then add the data to database or get data from database using Java with SQL Lite. How this project works -> you can see in CompanyTest class ( where test add data then print all data from database)

Model of databse

Customer (id_clinet, name, id_number)

Rental (id_clinet, id_rental, id_movie)

Movie (id_movie, name, author)

About

My example how to inegrate Java with SQL Lite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages