Videos tagged with SQLite3




Lone Star Ruby Conf 2008: Tips and Tricks for Tweaking and Using Ruby and rails for a Distributed Enterprise Application

Lone Star Ruby Conf 2008: Tips and Tricks for Tweaking and Using Ruby and rails for a Distributed Enterprise Application

Posted in Conferences, Development, Frameworks

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...

Tags: Conferences, Ruby, Ruby On Rails, Frameworks, High Performance, Gems, Confreaks, Lone Star Ruby Conf 2008, SQLite3, acts_as_modifiable


Lone Star Ruby Conf 2008: Hidden Gems

Lone Star Ruby Conf 2008: Hidden Gems

Posted in Conferences, Development

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 ...

Tags: Conferences, Ruby, Gems, Confreaks, Lone Star Ruby Conf 2008, NArray, RBTree, SQLite3, Rinda



Installing SQLite 3 on Windows for use in Ruby on Rails

Installing SQLite 3 on Windows for use in Ruby on Rails

Posted in Development, Frameworks, Databases, Operating Systems

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.

Tags: Ruby, Ruby On Rails, Frameworks, Databases, OS, Windows, SQLite3, SQLite, Broadcasting, Screencasts, Development, ...



An Introduction to SQLite

An Introduction to SQLite

Posted in Conferences, Companies, Databases, Development

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...

Tags: Techtalks, Google, Conferences, Databases, SQLite3, SQLite, Development, Companies