Releases: KamalDGRT/kamalsql
Releases · KamalDGRT/kamalsql
v1.0.0
v0.0.3
Release Logs:
- Enabled the rendering of
README.md
in thepypi
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
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)
v0.0.1 feat: published v0.0.1 to pypi