ryanwhowe / key-value-store

This is a database backed key/value store setter and getter library with additional functionality
MIT License
2 stars 0 forks source link

Complete the conversion to the doctrine query builder #30

Closed ryanwhowe closed 5 years ago

ryanwhowe commented 5 years ago

Is your feature request related to a problem? Please describe. There are still about half of the queries that are done by the package that are done in raw sql. These should be moved into the doctrine query builder