- 1dxf122
- 2Auto Directory Index PHP Script24
- 3XPde15
- 4Visichat12
- 5Sticky Notes160
- 6Infinite MLM Software2
- 7NDS Specific - NDSMagic185
- 1Infinite MLM Software2
- 2Tiny Mp3 Player8
- 3Visichat12
- 4PeaZip for Linux20
- 5Kaldin | Online examination software20
- 6RationalPlan Project Server63
- 7Secure Image Pro Linux17
- 8RationalPlan Project Management Software15
- 9AXIGEN Mail Server for Linux19
- 10DISKExtinguisher23
- 11Collanos Workplace Linux31
- 12TbcParser20
- 13Image for Linux116
- 14Aml Pages9
- 15Calculator++25
Description
sqlitewrapped is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe. Examples: #include < stdio.h> #include < stdlib.h> #include < sqlite3.h> #include < string> #include "Database.h" #include "Query.h" int main() { Database db( "database_file.db" ); Query q(db); q.execute("delete from user"); q.execute("insert into user values(1,First Person)"); q.execute("insert into user values(2,Another Person)"); q.get_result("select num,name from user"); while (q.fetch_row()) { long num = q.getval(); std::string name = q.getstr(); printf("User#%ld: %sn", num, name.c_str() ); } q.free_result(); } Whats New in This Release: · This release adds methods to access values in the result set by column name..
Sqlite Database - C Application - Application Programming - Sqlitewrapped - Database - Include - Sqlite - Application - Wrapper - Database ApisPrice:Free
Downloads:6
Size:15.4 KB
Platform:Linux
Libsqlfs is a library, used in conjunction with the popular open source SQLite database software. Libsqlfs library allows applications to put an entire read/write file system into a relational database as a single file in the host file system.
DateOct 31, 2010
AuthorAndy Tai
Size307.2 KB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Programming
Storage Inspector is a Firefox extension that makes it easy to view any sqlite database files in the current profile. This includes the anti-phishing and search engine...
DateAug 18, 2010
AuthorRacer
Size41.0 KB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Internet
libUTL++ library is an object-oriented C++ application development framework. I initially wrote it for my own use, and Ive definitely found it useful enough myself to justify the effort Ive put into it.
DateAug 23, 2010
AuthorAdam Mckee
Size0
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Programming
Nemesis Utilities System or NUS for short, is a cross-platform C++ application development framework that focuses on the development of network applications, non-GUI applications, CGI scripts, database applications, and any kind of application that n
DateSep 4, 2010
AuthorOtavio Rodolfo Piske
Size297.0 KB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Internet
Graphico is an open source 3D graphics application programming interface. Graphico works with either Java or C++. The design of Graphico is based on OpenGL. Two independent Java versions of Graphico exist.
DateSep 6, 2010
AuthorPer Gullberg
Size82.9 KB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Programming
