database
database copied to clipboard
Feat find and delete
First working draft of Find and Delete method.
- I had to simplify and hack my way but it's working, mariadb DELETE with WHERE/ORDER and LIMIT not working with table alias
- I'm handling limit internally in mysql and mariadb.
- Also removed orders for now for the shake of simplicity also, if we are not exposing limit, that means we are deleting everything query finds, so orders doesn't really matter?