Skip to content

Generate a Database Connection file for your project with no efforts using a GUI application

Notifications You must be signed in to change notification settings

yunghog/dataBaseConnectionGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db-connect

dataBaseConnectionGenerator

stable build v1.1

DB-Connect

Generate Database connection for your project with no effort

Graphical User Interface for easy usage

Build Status Python Python

Table of Contents

Requirements

Python 3.x.x

PyQt 5.x

Installing PyQt5

  • If you are using Anaconda then PyQt is already installed. If you have old version then you may need to update to PyQt5
  • If PyQt is not installed then it can be installed using command
pip install PyQt5

Installation

git clone https://github.com/yunghog/dataBaseConnectionGenerator.git
  • open the cloned directory
  • run setup.py using command
python setup.py

Features

  • Generate Database Connection file with no effort
  • Graphical User Interface for easy usage
  • Commandline script for quick operation
  • Lightweight python script
  • Easy to handle

Usage

  • To use the Commandline version of dbConnect, run dbGenCli.py using command
python dbGenCli.py
  • Then a prompt will ask to input DB variables. Input the variables and hit enter to generate DBConnection
  • To use Graphical version of dbConnect, run 'dbGenGui.py' using command
python dbGenGui.py
  • Fill the fields and hit generate button to generate DBConnection
  • Click on preview button to preview the code

ChangeLog

  # dataBaseConnectionGenerator v1.0
  - generate dbConnection using cli script
  - graphical use interface for easy interaction
  - preview button to open the generated script instantly
  - raise exception for invalid input

  # dataBaseConnectionGenerator v1.1
    - added about window
    - dark theme for GUI
    - preview section format

Snapshot

  • setup.py

db-connect

  • dbGenGui.py

db-connect

  • about.py

db-connect

Support

  • This section will be updated soon

Contributing

  • 🍴 Fork this repo!
  • 👯 Clone this repo to your local machine using https://github.com/yunghog/dataBaseConnectionGenerator.git
  • Pull requests

About

Generate a Database Connection file for your project with no efforts using a GUI application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages