Best Database Tools Scripts for Web
Google Drive CMS is an open source JavaScript library that can fetch the content of a Google Drive spreadsheet, break it into smaller pieces and use it inside an application, either for processing operations or for simply dumping content on a page.This...
Designed to be part of the Amazon Web Services (AWS) toolkit, DynamoDB is a powerful data store server, managed by Amazon, for users not owning or wanting to deal with the infrastructure of huge and powerful database systems.
DynamoDB works by...
MariaDB is a community developed branch of Oracle's MySQL database. It is developed by MySQL's original creator and mirrors official MySQL releases. This Node.js port utilizes non-blocking functions, available by default in MariaDB.Lots of MariaDB methods...
Knex.js is a portable SQL builder which can be used to generate standards-compliant SQL queries from your JavaScript code.It can be used with lots of database engines, features an easy to understand query building system, and also supports various SQL...
Developed by the same people that developed ZOPE, a framework and application server for Python-based apps, ZODB provides an application agnostic database system for Python developers. ZODB is built on an OODB (object-oriented database), very different...
The CUBRID Node.js Driver allows connecting of Node.js-driven websites and apps to the CUBRID RDBMS.Data can be saved and retrieved from the database, and users can also run queries and fetch results.What is new in this release:Fixed:
When closing a...
Presto is yet another of Facebook's custom database engines, which the company has been actively using for its products and yet decided to release it as an open source product nevertheless.Presto works on multiple servers at once, being a system you...
Nymph uses its own query language called BTSQL (Better Than SQL) which allows developers to easily run complex queries but without having to write too many lines of code.
While this is a promising factor to make you take a look at Nymph, keep in mind that...
A Document-Object Mapper is like ORM, but for document databases. It uses a simple declarative API, similar to the Django ORM.What is new in this release:Allow strings to be used in index creation
Fixed EmbeddedDoc weakref proxy issue
Fixed nested...
somewhere.js is a very lightweight solution when you need a data storage environment for your applications but don't want to over-complicate your work by using big database engines like MySQL, PostgreSQL, Cassandra, etc..This small database engine saves...