RSS 8 projects tagged "SQLite 3"

Download Website Updated 02 Aug 2010 Accounting for Developers

Screenshot
Pop 36.06
Vit 1.42

Accounting for Developers (A4D) is a SQLite database intended to ease tracking of incomes and expenses. It offers no GUI, only the SQLite commandline, and thus lets the user use the full power of SQL. However, basic SQL knowledge is thus required to use it.

No download No website Updated 29 Nov 2012 python-minidb

Screenshot
Pop 35.41
Vit 2.32

minidb is a Python module that utilizes the SQLite3 database library in order to store and retrieve Python objects. It utilizes Python's __slots__ mechanism to determine the column names, and uses the class name for table names. Data is always stored as text in the database, but will be converted using the type specified in __slots__ (which therefore has to be a dict).

No download No website Updated 15 Apr 2011 sqlite dbdiff

Screenshot
Pop 25.18
Vit 27.70

sqlite dbdiff is a simple command line program for showing the differences between SQLite databases. It shows the differences between table names, schema, row counts, and data. The current implementation uses a symmetric difference; more modes may be added in the future.

Download No website Updated 05 May 2011 EmuFamily

Screenshot
Pop 19.70
Vit 1.42

EmuFamily allows you to play NES roms through FCE Ultra. It also allows you to configure the execution settings and catalogue your ROM collection. An English translation is in progress.

No download No website Updated 20 Sep 2011 benchbase

Screenshot
Pop 36.17
Vit 1.00

benchbase is a project to store and manage JMeter or FunkLoad benchmark results and monitor logs. It produces a detailed report with charts.

Download Website Updated 03 Jan 2012 TkDo (II)

Screenshot
Pop 41.95
Vit 1.80

TkDo is a simple todo manager. Rather than using dates, it allows you to assign priorities to each item.

Download Website Updated 29 Nov 2012 Dagri

Screenshot
Pop 110.91
Vit 4.30

With Dagri, you can build up tables and save data within. While a spreadsheet uses one single table layout, Dagri can use many tables with different layouts on one sheet, and it gives you more focus on your data. The intention is not another spreadsheet, but something new instead: a data grid application.

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 72.77
Vit 3.09

The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.

Screenshot

Project Spotlight

libsodium

An easy-to-use crypto library based on NaCl.

Screenshot

Project Spotlight

Marvin

An extensible image processing framework for Java.