Projects tagged ‘postgresql’, ‘sql’, and ‘sqlite’


Jump to tag:

Projects tagged ‘postgresql’, ‘sql’, and ‘sqlite’

Filtered by Project Tags postgresql sql sqlite

Refine results Project Tags mysql (13) database (8) odbc (7) oracle (6) dbi (4) database_abstraction (4) linux (3) orm (3) php (3) python (3) development (3) c (2)

[14 total ]

151USERS
   

The DBI module enables your Perl applications to access multiple database types transparently. You can connect to a large number of databases, including MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more.

73USERS
   

KOffice is a free, integrated office suite for KDE, the K Desktop Environment. KOffice applications uses OpenDocument as their native file format when possible. The suite is released separately from KDE. The KOffice suite includes the following ... [More] applications: - KWord - A frame-based word processor - KSpread - A powerful spreadsheet application - KPresenter - A full-featured presentation program - Kexi - An environment for creating databases and applications - Kivio - A Visio®-style flowcharting application - Karbon14 - A vector drawing application - Krita - A layered pixel image manipulation application - KPlato - An integrated project management and planning tool - KChart - A graph and chart drawing tool - KFormula - A formula editor - Kugar - A tool for generating reports [Less]

38USERS
   

SPIP est un Système de Publication pour l'Internet. Kesako ? Il s'agit d'un ensemble de fichiers, installés sur votre compte Web, qui vous permettent de bénéficier d'un certain nombre d'automatismes : gérer un site à plusieurs, mettre en page ... [More] vos articles sans avoir à taper de HTML, modifier très facilement la structure de votre site... Avec le même logiciel qui sert à visiter un site (Netscape, Microsoft Explorer, Mozilla, Opera...), SPIP permet de fabriquer et de tenir un site à jour, grâce à une interface très simple d'utilisation. [Less]

11USERS
 

Jifty::DBI is the Perl-based object-relational database framework built for use with the Jifty project. It can be used separately.

9USERS
   

DotClear is a blogging platform in PHP. It has an easy to use web interface and a big French community. This new version permits multiblog configurations.

7USERS
   

Linq provider for MySQL, Oracle, SQL Server, PostgreSQL, SQLite, Ingres and Firebird

4USERS
 

HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)

1USERS
 

The intention of the GNat Ada Database Environment (GNADE) Project is to provide tools and libraries for the GNU Ada tool chain (GNAT) which do allow easy integration of SQL into Ada 95.

1USERS
   

Django External Schema Evolution Branch Django, via the command ./manage syncdb, can automatically build a database schema based on your applications models.py file. However, after you've done this once, it leaves you with two unpleasant follow-up ... [More] options if you ever make any changes to your model structure: 1. destroy your existing schema (along with all your data) and let ./manage syncdb rebuild it for you 2. manage your own schema upgrades by writing your own SQL Project deseb aims to fill this void by providing s third option: 3. generate schema upgrades via the command: ./manage evolvedb [Less]

1USERS
   

dibi is tiny 'n' smart database abstraction layer for PHP 5. It is designed with simplicity in mind. dibi is free (released under the terms of the dibi license). You can use it to develop either open source or commerical applications.

1USERS
 

Very thin and simplistic SQL database client API wrapper.

0USERS

sqlcmd is a Python-based SQL command line tool, similar in concept to tools like Oracle's SQL*Plus, the PostgreSQL psql command, and MySQL's mysql tool.

0USERS

See http://sequel.rubyforge.orgThis Wiki had out of date information, so it was taken down. Please see the RDoc at http://sequel.rubyforge.org, it has all of the information that was in this Wiki brought up to date. The only reason this site is ... [More] left up is for the Issue Tracker, which Sequel still uses to track bugs. If we change to a different issue tracker, this site will be deleted. [Less]

0USERS

libdbo is a lightweight database abstraction layer and an associated collection of plug-ins for connecting to databases. Modelled in many respects after Perl's DBI or PHP's PDO, the focus of libdbo is on providing a consistent API rather than ... [More] abstracting away the details of differing SQL implementations between RDBMSes—although libdbo does have some tools to help you in this regard. This aim of libdbo is to produce a layer that is lightweight, extensible (through plug-ins) and easy to use. [Less]