anyone using Garage for accessing SQLite? I am using Garage for MySQL in Pharo 7 on windows and it all works seamlessly but I don't know what connection string to use to connect to a database file that I have in my pharo directory. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Just thought I'd revisit this as it's been in the back of my mind all this time and I finally found out. Of course, the answer was there in front of me - I just had to look at the tests! If anyone else is interested the connection string has to be in the following format: 'sqlite3:///c:\sqlite3Databases\testDb.db' -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi Jeff, If you haven't switched, the current SQLite repository that we would like to consider the "official" on is at https://github.com/pharo-rdbms/Pharo-SQLite3 <https://github.com/pharo-rdbms/Pharo-SQLite3> Garage is being put on a weight loss program.
On Jan 29, 2020, at 7:04 PM, Jeff Gray <jeff@rogerthedog.com> wrote:
Just thought I'd revisit this as it's been in the back of my mind all this time and I finally found out. Of course, the answer was there in front of me - I just had to look at the tests!
If anyone else is interested the connection string has to be in the following format: 'sqlite3:///c:\sqlite3Databases\testDb.db'
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Jeff Gray -
Todd Blanchard