SimplytheBest Database Scripts

The simply the best collection of database scripts

A no-frills chainable interface for constructing mutable MySQL queries procedurally in Node.js.

Generate a complete backend from a MySql database programmed with the Silex framework.

Quanta CMS By: Aldo Tripiciano
Free MIT Open source

The fastest, coolest, most flexible CMS experience ever.Fast, lightweight, high security level, easy to theme and extend, and uses no database but JSON.

It can take an object with functions that define the parameters of the backup to be processed, like the interval period between each backup, the database backup file pattern, the database connection, and a function to call when a backup process succeeds. The package will automatically execute the backup process at the defined periods.

This package can convert the records of a database table to JSON. It provides an example script that connects to a MySQL database server using the MySQLi extension. The script executes a SQL query to retrieve all rows of a database table into an array, and then it outputs the array as a JSON string that serves as the content of the current HTTP request.

24   157

Create a simple CRUD application. The class provides a base class that can access a MySQL database using the MySQLi extension. Several CRUD classes use the base class to execute SQL queries to perform several CRUD operations.

18   79

This PHP package can backup and restore your WordPress website. It works independently from the WordPress site itself. If the WordPress site fails, this tool can be used to restore the WordPress database and files.

12»