SqueakDBX is an open-source solution for providing relational database access from Smalltalk. It aims to allow direct SQL queries to any database using a common API, avoiding the limitations of existing Smalltalk database drivers. SqueakDBX uses an asynchronous C connector called OpenDBX to provide fast and flexible access to multiple databases without locking the Smalltalk virtual machine. The project seeks to fully integrate SqueakDBX with the GLORP object-relational mapping library to improve database usage in Smalltalk.