Home
GRASS Mirror site in India
GRDSS
Geovisualisation
What is FOSS ?
FAQs
Scripting Language
Open Web Server
Open Source Database
Open Content Management System
Open Source Libraries
Statistical Softwares
GIS Softwares
Useful Softwares
List of Free Software
Free Operating Systems
Linux Command Help
FOSS by OSGeo-India
FOSS Foundation
FOSS Group
Contact Us
Energy Research Group
Centre for Ecological Sciences
Indian Institute of Science
Search
Visitors: 70327
Open Source Database PDF  | Print |  E-mail
     

 

MySQL

 

MySQL 

 

MySQL is the world's most popular open source multithreaded, multi-user relational database management system.  The basic program runs as a server providing multiuser access to a number of databases. for accessing MySQL databases are available in all major programming languages with language-specific APIs. In addition, an ODBC interface called MyODBC allows additional programming languages that support the ODBC interface to communicate with a MySQL database, such as ASP or ColdFusion. The MySQL server and official libraries are mostly implemented in ANSI C/ANSI C++.

 

Fore more information and recent releases see MySQL Home page. Also see MySQL.com  

 

 Download MySQL-client-5.0.27-0.i386.rpm

 

Download MySQL-server-5.0.27-0.i386.rpm

 
 
 
 
 
     

 

PostgreSQL

 

PostgreSQL 

 

PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others.

 

For more information and recent releases see PostgreSQL Homepage

 

Download

postgresql-8.1.5.tar.gz

 
 
 
 
 
     
 
PostGIS
PostGIS 
 

PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS),  much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile.

 

For more informtaion and recent releases see PostGIS Homepage.

 

 

Download

postgis-1.1.6.tar.gz

 
 
 
 
 
     
 
HeidiSQL
 

HeidiSQL is an easy-to-use interface and a "working-horse" for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive interface.

 

With HeidiSQL you will also be able to

 

  • generate nice SQL-exports
  • synchronize tables between two databases
  • manage user-privileges
  • import text-files
  • export table-data as CSV, HTML and XML
  • browse and edit table-data using a comfortable grid
  • batch-insert ascii or binary files into tables
  • write queries with syntax-highlighting (next version will have also code-completion)
  • monitor and kill client-processes
  • connect to servers via commandline

 

For more information see HeidiSQL Homepage

 Download HeidiSQL_3.0RC4_Sourcecode.zip
 
 
 
 
 
     
 
PerlDBI
 

The DBI is the standard database interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used.

 

The DBI module enables your Perl applications to access multiple database types transparently. You can connect toMySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. withouthaving to know the different underlying interfaces of each.The API defined by DBI will work on all these database typesand many more. 

 

You can connect to multiple databases of different types at the same time and easily move data between them. The DBI layer allows you to do this simply and powerfully.

 

For more information see Perl DBI

 Download perl-DBI-1.50-2.2.i386.rpm