▲ Tell Echo JS: I'm writing an ORM from scratch ▼8 up and 0 down, posted by olalonde 4165 days ago 4 comments
olalonde 4164 days ago. link parent 1 point ▲ ▼Thanks for the feedback. I'm actually in the process of refactoring bits of the library to make better use of functional patterns. I believe the library already does what you describe, at least for "where" statements [0]. I actually wrote a standalone Node.js module to help me with delayed query execution [1]. [0] https://github.com/olalonde/worm/blob/master/test/level1flat/getAll-where.js#L94 [1] https://github.com/olalonde/expressionist