digital-fabric / extralite

Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
247 stars 7 forks source link

Extralite cannot be used in a Ractor #50

Closed noteflakes closed 6 months ago

noteflakes commented 6 months ago

This currently fails:

$ irb -rextralite
> Ractor.new { Extralite::Database.new(':memory:') }
(irb):1:in `initialize': ractor unsafe method called from not main ractor (Ractor::UnsafeError)