Skip to content

ConnectionFactory

Latest
Compare
Choose a tag to compare
@Samuel-Ricardo Samuel-Ricardo released this 14 Jan 01:37
· 6 commits to master since this release
2765ce0

Library that generates connection with databases in Java.

What's new in this version:

  • connect to MySQL;

  • disconnect;

  • access to connection data (changed only when creating a new connection):

    • User,
    • Password,
    • Data base,
    • Host,
    • Port,
    • URL,
  • Clear the connection data;

  • Reset the connection data for the default

General information: