SQLiteAddOns is a scripting addition that extends the capabilities of AppleScript and AppleScript Studio with the power of SQLite version 3, a fully featured ACID compliant SQL database engine that is incredible fast and robust.
SQLiteAddOns adds a powerful and very easy to use set of commands to your AppleScript dictionary.
SQLiteAddOns lets you create and manipulate SQLite3 databases from within AppleScripts or any other application that can use AppleScript.
A complete database is stored in a single and very compact disk file that can be freely shared between machines with different byte orders. SQLite is full ACID compliant (atomic, consistent, isolated, and durable) even after system crashes and power failures. If you have a need for a fast SQL database engine then SQLiteAddOns is a great addition to your AppleScripting toolbox!
You can create very complex scripts with just few lines of code and a bit of SQL.
So, download it now and give it a try!
What's new in version 2.5:
- First Universal Binary version
- Update sqlite3 library to version 3.3.6
ScreenShots:
 |
 |
| Create/Query database |
Open/Query database |