ronzeidman / rebirthdbts

Rebirth DB experimental TypeScript driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello, these sources are beautiful

iambumblehead opened this issue · comments

Hello,

I've been referencing rethinkdb-ts sources derived from this repo https://github.com/rethinkdb/rethinkdb-ts

Humbly, I simply want to say these sources are an amazing work of art. rethinkdbts and express are my favorite standout javascript sources. Its too bad these incredibly compact and perfect files won't enjoyed by more people.

Maybe my favorite files are this one https://github.com/ronzeidman/rebirthdbts/blob/master/src/query-builder/query-config.ts which demonstrates perfect control over terms expressed from the user and this one https://github.com/ronzeidman/rebirthdbts/blob/master/src/query-builder/param-parser.ts which handles a lot of complexity but makes it look easy and cool.

Thank you,

Chris