Skip to content

Releases: Anas-Dew/QuickSQLConnector

V 1.5.3

02 Jan 12:04
Compare
Choose a tag to compare

Description

With this update, all posible error were removed and there's no need to provide database_name for mysql and postgresql database.

Changes Made

  • database_name parameter no longer needed for mysql and postgresql.

See test.py to learn more about this update.

Releasing v1.4.3

18 Nov 05:43
Compare
Choose a tag to compare

This release includes:

  • Clear Error Messages
  • Cursor Close Bug Fix

Version 1.1

11 May 11:03
Compare
Choose a tag to compare

V 1.1 is HERE !!!

  • Update now with pip install --upgrade quicksqlconnector

V 1.1 Fixes

  • Better error messages
  • Now you can fetch data from db as well
  • Program logic impoved

Dependencies

  • pip install mysql-connector-python
  • pip install prettytable

Version 1.0

10 May 03:37
3d9690c
Compare
Choose a tag to compare

Finally, The very first version of QuickSQLConnector has been released.

  • Follow readme to install on your machine.

  • With this first version, i only introduced one method to execute quieres.

  • Developers, use this library and if you see any bugs, errors or any kind of false, Report ASAP.

  • Thank you.