ringo-sqlstore
ringo-sqlstore copied to clipboard
RingoJS ORM implementation for SQL databases
`registerModule` is currently undocumented, but helps avoiding these "Entity xyz is not defined" errors after hot-reloading a model definition.
At the moment there is no documentation in the wiki about operators in where clauses.
Hello, Although, syncTable feature is good for generating table for the first time, it is hard to manage database schema changes. maybe liquibase or something similar can work with ringo-sqlstore...
Hello. First of all, ringo-sqlstore is a good package. Thank you. I use ilike operator a lot "from table where field ilike :param" if i can use this on future...
This is useful for fulltext search support. This will be available for InnoDB with the next stable release 5.6, but for all previous versions it's only available for MyISAM.
it's an edge case but i use it and it used to work part of it was broken in this commit a while ago https://github.com/grob/ringo-sqlstore/commit/280f2c394be514a7071e2ff692213272307b26ad#diff-b3aafe7ad268ce09bd03b2af0144f60b3f3448f9f9797393fcb7fccb7f013704R149