Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Tag: <span>open source</span>

Sequel

Sequel is the database toolkit for ruby. This videos discusses the philosophy, design, implementation, and use of Sequel, as well as its history, current status, and future directions. It will show how to use core Sequel via datasets to manipulate sets of objects, as well as Sequel models to manipulate …

MongoDB

MongoDB presentation at the November 2009 OpenSQLCamp in Portland, Oregon. MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database. MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide structured schemas and powerful queries).