Skip to content

emiliobs/Jconexion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jconexion

Framework for manage the data base and other common code in projects of java.

1Steps

1

Copy and paste src into your project.

2

Add the folder lib to Libraries of your project.

3

Go to the File Options -> System.Settings.Options.java and set the configuration.

Line 23: modeDevelop = Terminal or GUI;
Line 50: showSQL = true;
Line 60: driver = MySQ, SQLSRV or Postgre.

MySQL => MySQL
SQLSRV => SQL Server
Postgre => PostgreSQL

4

Run app
Configure the DB
MySQL => DataBase;User;Password;
SQLSRV => NamePCServer;DataBase*User*Password;
Postgre => DataBase;User;Password;

Check the video on: [Upload :D lol]

About

Framework for manage the data base and other common code in projects of java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages