LocalDB is a simple (very basic and featherweight) framework created to simplify the implementation of
IndexedDB on a project. LocalDB itself is made to have a feel like using
SQL so that there is a query function to get data.
Note: for now we are only adding basic features of SQL.