News

TypeScript has emerged as a powerful environment for authoring web applications, providing significant improvements over standard JavaScript while remaining consistent with the language. In this ...
PostgreSQL implementation of document-oriented NoSQL datastore adopted under permissive MIT license The Linux Foundation on ...
Oracle recently announced that the MySQL database server now supports JavaScript functions and procedures. JavaScript for stored routines is currently in preview and only available in the MySQL ...
Enter a new class of data stores, embedded JavaScript databases. This article introduces jsormdb, an advanced JavaScript database engine. jsormdb includes most of the features you, as a developer, ...
Node.js is a lean, fast, cross-platform JavaScript runtime environment that is useful for both servers and desktop applications.
Creating and using an SQLite database for data persistence in Android apps. Covers the basics, as well as using foreign keys. Full source included.