- 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
0.0.3
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.
0.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