RSS 22 projects tagged "SQLite 3"

Download No website Updated 22 Apr 2013 CodeQuery

Screenshot
Pop 251.28
Vit 4.19

CodeQuery is a tool for indexing and then querying or searching C, C++, Java, and Python source code. It builds upon the databases of cscope and ctags, which are processed by the cqmakedb tool to generate a CodeQuery database file. This can be viewed and queried with a GUI tool. The features include auto-completion of search terms and visualization of function call graphs and class inheritance. The following queries can be made: Symbol, Function or macro, Class or struct, Functions calling this function, Functions called by this function, Class which owns this member or method, Members and methods of this class, Parent of this class (inheritance), Children of this class (inheritance), Files including this file, and Full path for file.

No download Website Updated 20 Sep 2012 phpsqlitesite

Screenshot
Pop 34.73
Vit 1.44

phpsqlitesite is a minimal PHP/SQLite content Website system. It gives you a searchable multilingual site with automatic navigation and optional social sharing and comment sections. It consists of one PHP source code file and one SQLite database file, with no requirements other than PHP and SQLite.

Download Website Updated 31 Jan 2013 YB.ORM

Screenshot
Pop 71.53
Vit 3.08

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.

Download No website Updated 11 Feb 2013 SNeBU

Screenshot
Pop 58.14
Vit 1.90

SNeBU (Simple Network Backup Utility) is a backup system that supports incremental snapshot-style backups to disk-based storage. The project has been rewritten in C, and stores its backup catalog in an SQLite database. It features file level deduplication (including across multiple clients), compressed storage, incremental-forever snapshot style backups, simple setup, and utilizes standard TAR format. The client side consists of a simple shell script, which can be easily installed and adapted as needed. The server side is a single binary plus a config file, which can sit on a remote server and be accessed over SSH.

No download No website Updated 05 May 2012 Blite

Screenshot
Pop 13.82
Vit 19.56

Blite is a lightweight blog application with a focus on simplicity and ease of use. It provides the essential features of a blog, including categories, archives, and comments. It can easily be themed by modifying a stylesheet and a few simple templates. Blite pages are fast-loading and validate as HTML 4.01. Comment spam is filtered to a spambox (by the use of blogspam.net), where it can be reviewed and deleted (or published). Blite requires PHP 5.3 (or later) with the sqlite extension, and the xmlrpc extension for comment spam filtering.

Download Website Updated 02 Mar 2012 Al-Anvar

Screenshot
Pop 26.83
Vit 21.14

Al-anvar is dedicated to Quranic study and research. Some of its features are: advanced search, a commenting tool, indexing and grouping, add-ons for different translations, commentaries in many languages, and online and offline recitation.

Download No website Updated 29 Apr 2013 TMSU

Screenshot
Pop 304.38
Vit 13.20

TMSU is an application that allows you to organise your files by associating them with tags. It provides a tool for managing these tags and a virtual filesystem to allow tag-based access to your files.

No download Website Updated 06 Nov 2011 Fat Free CRM

Screenshot
Pop 23.79
Vit 23.76

Fat Free CRM is a customer relationship management platform. Out of the box, it features group collaboration, campaign and lead management, contact lists, and opportunity tracking.

Download Website Updated 03 Jan 2012 TkDo (II)

Screenshot
Pop 41.57
Vit 1.80

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

No download No website Updated 15 Apr 2011 sqlite dbdiff

Screenshot
Pop 24.98
Vit 27.73

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.

Screenshot

Project Spotlight

Task Stalker

Visual process monitoring and management for Linux.

Screenshot

Project Spotlight

STK/Unit

Unit tests for MariaDB and MySQL.