The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Databases

Databases Category

Client-side SQL Made Easy – html5sql.js

html5sql.js is a new library for using HTML5′s SQL management functions.

html5sqljs Client side SQL Made Easy   html5sql.js

The library allows for sequential  processing of SQL data, which makes managing SQL data a heap easier.

The problem with SQL and JavaScript, as the author of this library thinks, is that SQL is a sequential language while JavaScript relies on asynchronous features more often than not.

Thus, html5sql.js is an attempt to make working with SQL data easier — not to make the SQL itself easier.

 

Tags:

Online Database Management – MyWebSQL

MyWebSQL is a database administrating tool not unlike phpMyAdmin, built with PHP.

mysqlweb Online Database Management   MyWebSQL
MyWebSQL features a fully-Ajax’d interface and enables working with web possibilities and a desktop-like interface.

The software allows executing SQL queries, exporting and importing databases, and, of course, connecting to servers of choice.

Overall, the software is simple to use and easy to integrate; however, MyWebSQL doesn’t deliver in multi-server connections and… the scarce theme choice, as the design isn’t that appealing.