Developer's DescriptionBy SQLabsREALbasic wrapper for SQLiteSQLitePlugin is a REALbasic plugin that provides a simple-to-use database engine built on top of SQLite, an embeddable, stand-alone SQL database library written in C. SQLite databases are stored as files on the user's local filesystem rather than on a remote server. SQLitePlugin can open and manipulate existing SQLite databases or create and open new ones. Furthermore, SQLite databases are fully cross-platform. Any database created on a Mac can be opened and manipulated on Windows, Linux, Solaris, Irix and many others OSes.