Skip to content

Better practice for dealing with MySQL in java. Easy to use and memory efficient.

License

Notifications You must be signed in to change notification settings

Lucas12138/StreamSqlRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamSqlRequest

Explanation in details

Start up

  • resource/dbSetup.sql should be run at the very beginning
  • recommend use intellij to try this project
  • use maven to get the JDBC dependency

Code structure

SqlRequest--DAO--AdminDAO|AdminStreamerDAO
DBBean--AdminBean

Testing

jUnit tests have been included in this project (AdminTest)

About

Better practice for dealing with MySQL in java. Easy to use and memory efficient.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages