Meaglin Alamandil
Meaglin Alamandil
i have no idea but fixing this kind of stuff has a low priority
Can the dashboard get an actual ui for this, the reason we don't use keymetrics yet is because this functionality is missing. And building another tool on top of keymetrics...
I'm actually using mongo-sql for both postgres and mysql. And in mysql you can define ur index inside your create table query: CREATE TABLE 'name' ( 'id' int(10) primary, 'name'...
Or: ``` where: { 'users.id': { $eqfield: 'groups.userId' } } ```
don't forget the 'drop-index', i have been using the following in my current code base: ``` mosql.registerQueryType('create-index', 'create {unique} index {name} ON {table} ({fields})'); mosql.registerQueryType('drop-index', 'drop index {ifExists} {name} ON...
Any update on this? Did sencha drop jsduck development ? I see no actual code changes since june 2015
Is there any chance someone else of sencha can pick this up ?
I don't think the maintainer works at Sencha anymore. And unless someone else wants to pick it up it's dead. Although Sencha has a new version of this but only...
That's not a real query builder, an is used internally by sequelize.
Mongo SQL sounds awesome Op 26 feb. 2015 09:11 schreef "Mick Hansen" [email protected] het volgende: > @fixe https://github.com/fixe i really like the idea of > https://github.com/goodybag/mongo-sql > > — >...