Main > Free Download Search >

Free sqlite software for linux

sqlite

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 193
XAMPP 1.6.3b

XAMPP 1.6.3b


XAMPP is a very easy to install Apache distribution for Linux, Solaris, and Windows. more>>
XAMPP project is a very easy to install Apache distribution for Linux, Solaris, and Windows.
Many people know from their own experience that its not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl.
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
Main features:
- Apache 2.2.4
- MySQL 5.0.45
- PHP 4.4.7
- PHP 5.2.3
- Perl 5.8.7
- ProFTPD 1.3.0a
- phpMyAdmin 2.10.3
- OpenSSL 0.9.8e
- GD 2.0.1
- Freetype 2.1.7
- libjpeg 6b
- libpng 1.2.12
- gdbm 1.8.0
- zlib 1.2.3
- expat 1.95.2
- Sablotron 1.0
- libxml 2.6.11
- libxslt 1.1.8
- Ming 0.3
- Webalizer 2.01
- pdf class 009e
- ncurses 5.8
- mod_perl 2.0.2
- FreeTDS 0.63
- gettext 0.11.5
- IMAP C-Client 2004e
- OpenLDAP (client) 2.3.11
- mhash library 0.8.18
- mcrypt library 2.5.7
- cURL 7.13.1
- SQLite 2.8.17 (for PHP4 + PHP5)
- SQLite 3.3.17 (for PHP5 PDO SQLite)
- phpSQLiteAdmin 0.2
- libapreq 2.07
- eAccelerator 0.9.5.1
- FPDF 1.53
Enhancements:
- Fixed problem with start script on 64-bit systems.
<<less
Download (MB)
Added: 2007-08-06 License: Freeware Price:
2784 downloads
KTagebuch 0.74

KTagebuch 0.74


KTagebuch is a diary application. more>>
KTagebuch is a diary application. It has word processor-like functions and has a plugin to save the mood for every entry.
The file is a SQLite database and its content can also accessed with the sqlite3 commandline utility for example to export certain entries. It is now also easier to backup or encrypt the entries because it is now just a single file.
Main features:
- Word processor like functions
- A toolbar to easily access the entries
- Entries are searchable
- Mood Plugin
Enhancements:
- Version 0.73 crashed if there were no entries to import.
<<less
Download (0.20MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1613 downloads
Gnome Catalog 0.2.1

Gnome Catalog 0.2.1


Gnome Catalog is a cataloging software for CDs and DVDs. more>>
Gnome Catalog is a cataloging software for CDs and DVDs. Catalog your dvds/cds and files in your hard disk. Generate thumbnails of the video files and image files via nautilus (gnome file manager), and saves it in the database files.

Save the metadata of the files, then you can search in the metatada of mp3, avis, images (exif).

The program have been develop in python-gtk for gnome desktop, using pyvorbis, mp3info, musicbraiz, and sqlite as database backend.

The program must be very easy of use and very fast.

<<less
Download (0.20MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1540 downloads
PyGogear 5.9

PyGogear 5.9


PyGogear is a tool for using the Philips GoGear MP3 players under Linux. more>>
PyGogear is a tool for using the Philips GoGear MP3 players under Linux. The GoGear Philips HDD0xx series of MP3 players can be mounted with the usb-storage module, but merely copying MP3 files onto it is not enough, since the player needs to read information about the tracks from a Sqlite database file, usually named MyDb.
This program reads the ID3v1 tags from the MP3 files placed on the player and inserts the most important ones in the database.
Written in Python. Beta development stage. HIGHLY experimental.
Please read the README file included for a careful usage and more info.
Enhancements:
- Support for Python 2.3 was added.
- Some bugs in reporting missing modules were fixed.
- Output formatting was made nicer.
<<less
Download (0.014MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1522 downloads
Pygme 0.0.6

Pygme 0.0.6


Pygme is an mplayer frontend written in Python/PyGTK. more>>
Pygme is an mplayer frontend written in Python/PyGTK. It has been written with audio and video songs in mind (as opposed to movies). It has a searchable media library, which can be used to enqueue songs in a playlist. It also has support for processing ID3 tag information.
The media library and playlist are stored as databases using sqlite. Pysqlite (Python bindings for sqlite) is used for database access.
Main features:
- Searchable Media Library
- Playlists can easily be created from the search results
- Songs in the playlist can be enqueued to be played next
<<less
Download (0.049MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1508 downloads
SQLitepp

SQLitepp


SQLitepp is a multilanguage object oriented wrapper to the sqlite library. more>>
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);
<<less
Download (0.019MB)
Added: 2005-09-26 License: LGPL (GNU Lesser General Public License) Price:
1489 downloads
Kahemba 0.1 alpha7

Kahemba 0.1 alpha7


Kahemba is a client server application written in wxPython. more>>
Kahemba is a client server application written in wxPython.
It support multiple databases, Mysql, Postgresql, Firebird, SQLite.
Kahemba support multi languages using gettext. Kahemba can work in a network and support multi-user. Kahemba runs on Windows, GNU/Linux and MacOS X.
The main pourpose of Kahemba is to act as base to build other applications.
For example I build on Kahemba:
- a simple accounting software
- a contact list
- a dvd-divx film list.
Kahemba is released as GPL free software so you can use, modify and redistribute (sell for money is ok) your work.
If you are requested to build a business application, probably you can get Kahemba, add nedded features and you get quick what you want.
Enhancements:
- This release adds searching for contacts.
<<less
Download (0.40MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
DatabaseScripts 0.2

DatabaseScripts 0.2


DatabaseScripts is a collection of scripts for general manipulation of the amarok collection database. more>>
DatabaseScripts is a collection of scripts for general manipulation of the amarok collection database. Currently, DatabaseScripts has two scripts in the bundle.

Backup Collection:

database will be copied to a directory. This will work for SQLite or MySQL database backends.

Optimise Database:

This script will remove all entries in the database which do not exist in the filesystem.

<<less
Download (0.005MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1407 downloads
Eligante 0.3

Eligante 0.3


Eligante is software for archival, management and browsing of all your communications. more>>
Eligante is software for archival, management and browsing (with full-text search functions) of all your communications, be it via email, chat (IRC, ICQ, MSN, etc.), or even messaging Web sites (hi5, orkut, etc.).
Messages are fetched from their original source and stored in a MySQL database. A Web interface allows you to search all data.
In this way, you can see all the conversations you had with someone, independently of where the conversation took place.
Enhancements:
- MS Windows support was added.
- An internal lightweight HTTP server was added for those who dont want to install Apache.
- SQLite support was added.
<<less
Download (0.042MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1404 downloads
Money Manager Ex 0.8.0.5 Beta

Money Manager Ex 0.8.0.5 Beta


Money Manager Ex is a cross-platform, easy-to-use personal finance software. more>>
Money Manager Ex is a cross-platform, easy-to-use personal finance software.
Main features:
- Intuitive. Simple, Fast, Clean
- Maintain checking, credit card, savings, stock investment accounts
- Budgeting
- Maintain and Track Fixed Assets with depreciation
- Reminders for recurring Bills and Deposits
- Simple one click reporting
- Cash Flow Forecasting
- Does not require an install. Can run from a USB key.
- International language support (Available in 17 languages)
- Import data from any CSV format, QIF [ Microsoft Money ]
- Printing, Exporting to HTML, CSV
- Non-Proprietary SQLite Database
<<less
Download (1.3MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
1393 downloads
TaskFreak! 0.6.1 (Multi User)

TaskFreak! 0.6.1 (Multi User)


TaskFreak! is a simple but efficient web based task manager written in PHP. more>>
TaskFreak! project is a simple but efficient web based task manager written in PHP.
Main features:
- GTD compliant (learn more about GTD)
- easy setup with MySQL or SQLite (PHP4 and PHP5 compatible)
- simple and easy to use (outrageously user friendly)
- order tasks by priority and deadline, organize by project and context
- absolutely free & open source
<<less
Download (0.13MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
947 downloads
 
Other version of TaskFreak!
TaskFreak! 0.5Main features: - GTD compliant (learn more about GTD) - easy setup with MySQL or SQLite (PHP4 and PHP5 compatible) - simple and easy to use (outrageously user friendly) - order tasks by priority
License:GPL (GNU General Public License)
Download (0.12MB)
1386 downloads
Added: 2006-01-06
Contact Book 1.0

Contact Book 1.0


Contact Book is a simple contact book manager. more>>
Contact Book is a simple contact book manager.

Simple Contact that could be compared to Mac OS Xs simply address book application. I plan on making the initial release with very basic functionality but it will certainly grow from there.

Although it is in a deb it does net check dependancies so make sure you have mono, GTK# (2.4), and sqlite installed to use it.

Why you might be interested:

- Simple Address Book so you dont have to use evolution (this was my main reason for starting this project)
- Easy to use (not pop up dialog boxes)

<<less
Download (0.044MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
BoomBox 0.3.1

BoomBox 0.3.1


BoomBox is a music player with a unique database browser. more>>
BoomBox is a music player with a unique database browser.
The whole thing started when I was trying out winamp3, the player everybody hates because of its enourmous memory consumption. I didnt like it too much either, but it had one thing that I liked: the library browser (or whatever they called it).
After switching to using Linux exclusively (thanks to Gentoo) I searched around a lot to see if I could find something similar, but I couldnt. So I started writing BoomBox. Only took me about a week or two before I could uninstall xmms.
It uses xinelib to gain support for a whole bunch of file types and webradio and stuff.
It has a powerful database thanks to sqlite. Powerful and simple user interface.
Enhancements:
- Small bugfix release.
<<less
Download (0.41MB)
Added: 2006-01-15 License: GPL (GNU General Public License) Price:
1377 downloads
Monodiary 0.1

Monodiary 0.1


Monodiary project is a simple an effective way to work with an user diary. more>>
Monodiary project is a simple an effective way to work with an user diary.

Monodiary use xml to store the information, organized by dates, In the future,
implementing the NoteManagers interface methods, the information can be stored over other format or database, like mysql, postgresql, sqlite, ...

The apps configuration is stored using gconf.

<<less
Download (0.23MB)
Added: 2006-01-18 License: GPL (GNU General Public License) Price:
1376 downloads
QHacc 3.5

QHacc 3.5


QHacc is a personal accounting program based on Qt. more>>
QHacc is a personal accounting program based on Qt. QHacc project features double- or single-entry bookkeeping and a reconciliation window.
It also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions that can be based on the account balance.
Enhancements:
- added addition/subtraction calculator in transeditor balance fields
- added option for reversing sign on revenue account balances
- improved display for liability account balances
- fixed archive/restore plugin for plugin databases
- fixed generator plugin
- fixed sqlite importer plugin
<<less
Download (0.65MB)
Added: 2006-01-22 License: GPL (GNU General Public License) Price:
1373 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5