Skip to content

Releases: KamalDGRT/kamalsql

v1.0.0

27 Aug 10:44
Compare
Choose a tag to compare

Release Logs:

  • basic CRUD (Create, Read, Update, Delete) operations can be performed now.
  • None type error fixed in tableFormatRows()
  • delete query implemented
  • added documentation on how to use the various functions

v0.0.3

25 Aug 22:14
Compare
Choose a tag to compare

Release Logs:

  • Enabled the rendering of README.md in the pypi website.
  • Added config to keep the connection alive.
  • Fixed autocommit issues.
  • added functions to fetch the rows returned by a select query in the form of key-value-pairs.
  • added function to view the above generated key-value pairs in the form of a table.
  • added function to implement UPDATE query.

Release v0.0.2

24 Aug 20:46
Compare
Choose a tag to compare

Release Logs:

  • Added functionality to auto-commit database transactions
  • Added a method to insert a record
  • Added a methods to show the table description:
    • A list with tuples
    • In tabular format

Initial release (Testing to pypi)

19 Aug 19:33
Compare
Choose a tag to compare
Pre-release
v0.0.1

feat: published v0.0.1 to pypi