bradx3 / rodolfo

A SQLite3 viewer for OSX

This URL has Read+Write access

name age message
file .gitignore Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
directory English.lproj/ Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file Info.plist Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file LICENSE Wed May 07 20:16:52 -0700 2008 Added license and readme [bradx3]
file MyDocument.rb Thu May 22 19:05:43 -0700 2008 fixed crash on db busy for table_names [bradx3]
file OutlineViewMethods.rb Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file README Wed May 07 20:16:52 -0700 2008 Added license and readme [bradx3]
file StartupController.rb Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file TableViewMethods.rb Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file dockicon.icns Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file main.m Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
file rb_main.rb Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
directory rodolfo.xcodeproj/ Wed May 07 20:03:02 -0700 2008 Initial import [bradx3]
README
Rodolfo is a simple SQLite3 db viewer for OSX. 

It requires the sqlite3-ruby gem installed.


At the moment Rodolfo:
Views SQLite3 tables and data


Rodolfo does not:
View SQLite2 databases
Edit data
Allow custom sql queries