Videos tagged with SQLite3
In this screencast Mohammad Azam will demonstrate how to connect to Sqlite3 database using FMDB database.
Lone Star Ruby Conf 2008: Tips and Tricks for Tweaking and Using Ruby and rails for a Distributed Enterprise Application
This talk will cover some of of the lessons learned implementing the Spiceworks Application including: acts_as_modifiable – a Rails plugin that we built that allows you to override and extend class values on the fly gem updates – how we keep our rapidly changing application up to date across the world performance – discuss tweaks that range from custom caching and design impro...
Lone Star Ruby Conf 2008: Hidden Gems
In this talk I will dig up some of the lesser known, but super useful Ruby projects and show them to the masses. I’ll explain why you would use these each of libraries, explain key methods from the API, and show example code so the audience can see them in action. The goal is to raise overall familiarity with these libraries. Because I’ve selected four different libraries with very ...
Creating Offline Web Applications Within The Browser
This is a video lecture on creating offline web applications. It goes into detail on how to create these applications using the Dojo Offline Toolkit, an open source library that makes it easy to create offline web apps.
Installing SQLite 3 on Windows for use in Ruby on Rails
Installing SQLite 3 on Windows is pretty easy, once you figure out what you need to do. But when I started using Ruby on Rails I struggled to figure out what I needed to do. Here's a short screencast that demonstrates how you can install SQLite 3 on Windows so you can use it in your Ruby on Rails applications.
An Introduction to SQLite
Google TechTalks May 31, 2006 Richard Hipp ABSTRACT SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and applications where memory space is scarce...