← Back to context

Comment by Rapzid

7 years ago

The SQL spec is actually hidden away behind some book or something you have to purchase.

I was experimenting around with creating an Entity Framework equivalent in Typescript and really wanted to create a SQL AST for use under the hood(optimizing queries, SQL push down, etc). Ended up using the PostgreSQL types and a Ruby plugin that binds some PostgreSQL libs to work on my POC. Crazy town.