All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bug fixes for duplicate values in insert queries
- Bug fixes for already existing tables in insert queries
- debug mode added for logging
- Support for multi insert queries added
dum_db
parameter changed tocommit
in insert queries- Bug fixes
- Added support for
schema
andtable
inDatabase
class - Support for logger added
- Support for multiple tables in a database added
- Support for drop table added
- Support for
select
,insert
,update
anddelete
queries added
- Initial release with basic database features++
- Initial documentation++
- Initial tests++