sqlier
sqlier copied to clipboard
Yet another gmod database abstraction
### This change provides the following features: - Composite primary key - Foreign key relations Both without breaking changes. ### Example model: ```lua -- Creates a table with composite primary...
#24 still persists on auto-increment tables I know I created another issue and disregarded it - my apologies for that, I've found a workaround not realizing the issue itself is...
A model can be modified after the table was created, would be nice to check that and give an error. Related #17
Would be cool if there was a Vector data type which just had X Y Z values. This will add support for in game Vectors, Angles and potentially more and...
Memory cache can benefit with it caching values directly on player
Some drivers doesn't have constraints, so we need to do it in memory