LuaORM icon indicating copy to clipboard operation
LuaORM copied to clipboard

An Object-Relational Mapping (ORM) for Lua based on 4DaysORM

Results 2 LuaORM issues
Sort by recently updated
recently updated
newest added

Hi, are there any plans to add sqlite support here? Or is it already inside, only the startpage readme is a bit misleading? Thanks.

I'm setting up a field to transform lua `true/false` to `0/1` in a `tinyint(1)` for mysql and vice versa. I have the following custom field type set up for boolean...