pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Provide a forced closing of connection #84

Closed astares closed 1 year ago

astares commented 1 year ago

Creates a close variant that forces the release of dbHandle, (enabling you do delete the database file without closing Pharo).

Related to: https://github.com/pharo-rdbms/Pharo-SQLite3/pull/22

Lets make a new PR