Main > Programming > Libraries >

SQLitepp

SQLitepp

Sponsored Links

SQLitepp Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.019 MB
Platform: Any Platform
License: LGPL (GNU Lesser General Public License)
Price:
Downloads: 1497
Date added: 2005-09-26
Publisher: Alessandro Molina

SQLitepp description

SQLitepp is a C/C++/Python wrapper to sqlite library for database management. It implements an object oriented way to manipulate the database in every supported language.

SQLitepp supports selfupdatable queries and a straight SQL code query system without using strange things for querying the database, letting you manipulate it directly in SQL but also exposing simple object oriented methods to manipulate the result of the queries and updating them.

Python EXAMPLE:

db = SQLDatabase("database.db")
q = db.query("Tablename", "SELECT Name,Id FROM %t")
if len(q):
tuple1 = q[0]
tuple1["Name"] = "Foobar"
tuple1.commit()
del db

C++ EXAMPLE:

SQLDatabase db("database.db");
SQLQuery *q = db.query("Tablename", "SELECT Name,Id FROM %t");
if(q->numberOfTuples()) {
SQLRow *tuple1 = q->getRow(0);
tuple1->set("Name", "Foobar");
tuple1->commit();
}
delete q;

C EXAMPLE:

void *db = new_SQLDatabase("database.db");
void *q = SQLDatabase_query(db, "Tablename", "SELECT Name,Id FROM %t");
if(SQLQuery_numberOfTuples(q)) {
void *tuple1 = SQLQuery_getRow(q, 0);
SQLRow_set(tuple1, "Name", "Foobar");
SQLRow_commit(tuple1);
}
delete_SQLQuery(q);
delete_SQLDatabase(db);

SQLitepp Screenshot

Advertisements

SQLitepp Keywords

Bookmark SQLitepp

Hyperlink code:
Link for forum:

SQLitepp Copyright

WareSeeker periodically updates pricing and software information of SQLitepp full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of SQLitepp Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
mysqlrowcopy is a tool that generates insert statements from result sets. Free Download
SLOOPS - Simple, Light, Object Oriented Persistence System. Free Download
Ctpp project is the C99-compatible C preprocessor of the ctalk language, which provides object oriented extensions for C. Free Download
XML::XMLWriter is a Perl module for creating a XML document object oriented with on the fly validating towards the given DTD. Free Download
WASP (Web Application Structure for PHP5) is a multi-tier web application framework built on object oriented PHP5. Free Download
STPHPLib is a suite of software components for developing object oriented and web based applications. Free Download
Scriptol is an object oriented programming language. Free Download
DutchPIPE is software that enables multi user, object oriented, persistent state web sites. Free Download