refactor(core): update all functions to accept OcasStore (single param) #46
Reference in New Issue
Block a user
Delete Branch "fix/41-ocas-store-single-param"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
All core functions take single
OcasStoreparam. SQLite removed from core.Why
Phase 3 of #38.
Changes
Fixes #41