GenieFramework / SearchLight.jl

ORM layer for Genie.jl, the highly productive Julia web framework
https://genieframework.com
MIT License
139 stars 16 forks source link

How to delete a record from SQLite DB? #78

Closed KalvinMa closed 2 months ago

KalvinMa commented 2 months ago

Hi, I tried to delete a record with "SearchLight.delete(record)", but it didn't work and threw an error: MethodError: no method matching delete(). Is the delete method still working? How to delete a record? Thanks a lot.