1. Announce: euSQLite - A SQL Database System for Euphoria
- Posted by Ray Smith <smithr at ix.net.au> Feb 05, 2002
- 500 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
2. Re: Announce: euSQLite - A SQL Database System for Euphoria
- Posted by tone.skoda at siol.net Feb 06, 2002
- 464 views
When trying to extract with winrar this error came up: 1 euSQLite01.zip: Either multipart or broken ZIP archive 2 euSQLite01.zip.zip: Cannot open C:/Documents and Settings/tone skoda/Desktop/euSQLite01.zip.zip ----- Original Message ----- From: "Ray Smith" <smithr at ix.net.au> To: "EUforum" <EUforum at topica.com> Subject: Announce: euSQLite - A SQL Database System for Euphoria > > 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 > > > >
3. Re: Announce: euSQLite - A SQL Database System for Euphoria
- Posted by tone.skoda at siol.net Feb 07, 2002
- 469 views
I tried it again and its ok now. ----- Original Message ----- From: "Ray Smith" <smithr at ix.net.au> To: "EUforum" <EUforum at topica.com> Subject: RE: Announce: euSQLite - A SQL Database System for Euphoria > > Hi, > > I just downloaded it again and it came through OK. > You might like to try again or I can email a copy > to you? Let me know if you want it emailed? > > Has anyone else had trouble downloading it? > > Thanks, > > Ray Smith > > > tone.skoda at siol.net wrote: > > When trying to extract with winrar this error came up: > > 1 euSQLite01.zip: Either multipart or broken ZIP archive > > 2 euSQLite01.zip.zip: Cannot open C:/Documents and Settings/tone > > skoda/Desktop/euSQLite01.zip.zip > > > > ----- Original Message ----- > > From: "Ray Smith" <smithr at ix.net.au> > > To: "EUforum" <EUforum at topica.com> > > Sent: Wednesday, February 06, 2002 6:54 AM > > Subject: Announce: euSQLite - A SQL Database System for Euphoria > > > > > > > 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 > > > > > > > Ray Smith > http://www.geocities.com/ray_223 > > > >