For anyone who has missed this, Paul Squires and Fred Meier have put a lot of time into an SQLite database system dubbed SQLighting. This is an open source project for PB that is nothing short of amazing. The database can run locally (single user) or remotely (multi-user), and the speed is incredible!
Fred has put a lot of work into the source and just posted (8/5/08) an example using most of the common SQL statements you'd have in a real world app.
It takes some extra thinking to switch gears from BTree/Tsunami/Etc to SQL, but its real easy to see the advantages.
My heartfelt thanks to Fred and Paul, and I encourage everyone to have a look.
Fred has put a lot of work into the source and just posted (8/5/08) an example using most of the common SQL statements you'd have in a real world app.
It takes some extra thinking to switch gears from BTree/Tsunami/Etc to SQL, but its real easy to see the advantages.
My heartfelt thanks to Fred and Paul, and I encourage everyone to have a look.
Comment