# to delete entries, a where clause must also be passed. The were clause
# for a deletion should come in the form of keyword arguments
# 'DELETE FROM public.users WHERE id=1337;'
db.users.delete(id=1337)
```
## Testing
Testing for the `common_package` is contained within `/common_package/test/test.py`. This can be accessed by building the test docker compose file with: