Skip to content

Releases: Samuel-Ricardo/ConnectionFactory

ConnectionFactory

14 Jan 01:37
2765ce0

Choose a tag to compare

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: