a-hurst / klibs

A simple Python framework for writing cognitive psychology experiments
7 stars 1 forks source link

KLDatabase Cleanup #20

Closed a-hurst closed 1 year ago

a-hurst commented 1 year ago

PR Description

This PR cleans up the Database class (and general KLDatabase module), adds unit tests and docstrings for the main Database method, and also adds new methods Database.select() and Database.delete() for retrieving and removing data from the database (respectively).

Database creation/rebuilding has also been factored out into a separate function to simplify the Database class.

Merge Checklist