Announce: euSQLite - A SQL Database System for Euphoria
- Posted by Ray Smith <smithr at ix.net.au> Feb 05, 2002
- 499 views
Hi, I have just uploaded the first version of my SQLite wrapper to my web page http://www.geocities.com/ray_223 What is SQLite? ... from the SQLite web page: "SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library." It is all very easy to use. You only need 3 functions! It's not a full SQL language implementation but it is still very powerful. This is just the first release but includes documentation and examples. I still need to re-read everything again but all the programs appear to be working very well. (famous last words!) I have included a program to create a sqlite database from the archive.edb - (Euphoria Archive Database from the Recent User Contributions) The archive.edb file is included in euSQLite. As a test I wrote a small program that queries the database for MicroEconomy money and the size of contributions by platform. All comments, bugs, etc are appreciated. Thanks, Ray Smith http;//www.geocities.com/ray_223