Login  Register

Databases for Pharo that do not use FFI

Posted by vinref on Aug 10, 2013; 1:44pm
URL: https://forum.world.st/Databases-for-Pharo-that-do-not-use-FFI-tp4703117.html

Hello

I have been tinkering with Pharo long enough now to contemplate writing a "serious" applications with it. An important consideration is databases. I have been looking at SQLite but realise since it works through FFI it probably blocks the VM whilst processing a query. Is this correct?

VoyageMongo looks interesting. PostgreSQL is supported too. Do either of
these work through FFI?

Many thanks in advance.