Awesome API, but personally I like an Eloquent like model structure with migrations. This allows table structure creation and changes and seems more straight forward to me for usage.
Overall good performance and saves a lot of time when you don't have the experience or time to make a framework that fits your needs.
Oh, thank you very much for your review !
Yeah that's a good point, it's not suitable for relational database with specific structure, it's more like a ready to go Key Value store with some index. I use it when I know that I don't need relational database, and speed up plugin development without having to setup anything :)
Version: 1.1.2
Actually, I've been waiting for a plugin like you,
Thanks for providing this plugin