objects

Curious Pondering - MYSQL And How It's Always Eventually Evaluated As A String

Thu, 02/15/2018 - 08:16

I was working recently on building an abstraction for IndexedDB in Javascript and as I was building I was thinking ahead about building queries. I have only just begun using the feature and so I haven't really delved into retrieving data as it refers to searching. Regardless, I was thinking about building a simple SQL type language. This is really impractical of course but, the thought crossed my mindĀ for a second. It passed quickly mainly becauseĀ I would be evaluating a string and accessing a database.

Subscribe to objects