Main > Free Download Search >

Free haskell postgresql software for linux

haskell postgresql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 422
PostgreSQL 8.2.4

PostgreSQL 8.2.4


PostgreSQL is The Worlds Most Advanced Open Source Database. more>>
PostgreSQL is a highly-scalable, SQL compliant, open source object-relational database management system. With more than 15 years of development history, it is quickly becoming the de facto database for enterprise level open source solutions.
PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later.
PostgreSQL is an open-source descendant of this original Berkeley code. PostgreSQL supports SQL92 and SQL99.
Main features:
- complex queries
- foreign keys
- triggers
- views
- transactional integrity
- multiversion concurrency control
Additionally, PostgreSQL can be extended by the user in many ways, for example by adding new:
- data types
- functions
- operators
- aggregate functions
- index methods
- procedural languages
And because of the liberal license, PostgreSQL can be used, modified, and distributed by everyone free of charge for any purpose, be it private, commercial, or academic.
<<less
Download (11.9MB)
Added: 2007-04-20 License: BSD License Price:
627 downloads
HDBC PostgreSQL Driver 1.1.2.0

HDBC PostgreSQL Driver 1.1.2.0


HDBC PostgreSQL Driver is the Haskell PostgreSQL backend driver for HDBC. more>>
HDBC PostgreSQL Driver is the Haskell PostgreSQL backend driver for HDBC.

Please see HDBC itself for documentation on use. If you dont already have it, you can browse this documentation at http://darcs.complete.org/hdbc/doc/index.html.

This package provides one function in module Database.HDBC.PostgreSQL:

{- | Connect to a PostgreSQL server.

See for the meaning of the connection string. -}

connectPostgreSQL :: String -> IO Connection

An example would be:

dbh<<less
Download (0.034MB)
Added: 2007-05-21 License: LGPL (GNU Lesser General Public License) Price:
886 downloads
logindpostgres 1

logindpostgres 1


logindpostgres is a script that reads SQL select statements from PostgreSQL logs. more>>
logindpostgres is a script that reads SQL select statements from PostgreSQL logs and generates all the indices to optimize the database for each request.

logindpostgres has been tested on 1.2 GB of logs.

<<less
Download (0.008MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1144 downloads
guile-dbd-postgresql 2.0.0

guile-dbd-postgresql 2.0.0


guile-dbd-postgresql is a PostgreSQL database driver for guile-dbi. more>>
guile-dbd-postgresql is a PostgreSQL database driver for guile-dbi.

guile-dbi is a database generic interface. The main lib provide a way to use dbds (data base drivers) which are linked at run-time (like perl dbi or php or...).

This provide a very flexible way to use guile scheme implementation for db works. Now, implemented main dbi interface lib, mysql and postgres plugins... In near future more drivers will be available (if someone ask for)
<<less
Download (0.30MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
RSA-Haskell 2.0.1

RSA-Haskell 2.0.1


RSA-Haskell is a collection of command-line cryptography tools and a cryptography library written in Haskell. more>>
RSA-Haskell is a collection of command-line cryptography tools and a cryptography library written in Haskell. The project is intended to be useful to anyone who wants to secure files or communications or who wants to incorporate cryptography in their Haskell application.
The libraries include Haskell implementations of SHA1, EME-OAEP, EMSA-PSS, MGF, RSAES-OAEP, and RSA-PSS. These standards implement signature/verification, strong cryptography, and hashing.
Enhancements:
- Documentation is now available for the command line utilities.
- An easy-to-use Windows binary release is available.
<<less
Download (0.37MB)
Added: 2007-05-03 License: Public Domain Price:
904 downloads
PostgreSQL Table Log 0.4.4

PostgreSQL Table Log 0.4.4


PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table. more>>
PostgreSQL Table Log contains functions that allow you to log PostgreSQL table inserts, updates, and deletes into another table.
This can be used to recover the state of the logged table or to recover specific rows from a given time period.
Enhancements:
- This version now works with PostgreSQL versions 8.2 and later.
- Some warnings have been removed and the documentation was cleaned up.
- PGXS is now used for building from source.
- RPM packages are available.
<<less
Download (0.013MB)
Added: 2007-06-06 License: BSD License Price:
872 downloads
OpenLDAP-PostgreSQL Linux HOWTO 2.0

OpenLDAP-PostgreSQL Linux HOWTO 2.0


OpenLDAP-PostgreSQL Linux HOWTO is a HOWTO for implementing PostgreSQL as an SQL backend for OpenLDAP. more>>
OpenLDAP-PostgreSQL Linux HOWTO is a HOWTO for implementing PostgreSQL as an SQL backend for OpenLDAP.

This HOWTO doesnt talk about OpenLDAP, PostgreSQL or iODBC in this document I suppose that you know all that, I just provide my personnal installation of these apps.

So in this new version I will try to give all installation and configuration requirement to have OpenLDAP running with a PostgreSQL backend and a complete live example to let you see how is the work that should be done on a medium directory.

This is what I have in production state in my company with a master Bekerley db backend replicated to a remote LDAP directory using PostgreSQL as backend.
<<less
Download (MB)
Added: 2006-10-04 License: (FDL) GNU Free Documentation License Price:
1118 downloads
Hashell 0.013a

Hashell 0.013a


Hashell is a shell written in Haskell. more>>
Hashell project is a shell that is written in Haskell language and which it is intended to provide a set of abstractions that allows you to use Haskell as a shell programming language.
So that way you can use haskell for your daily administration tasks. Hashell uses hs-plugins to interact with the Glasgow Haskell Compiler.
Hashell is still very alpha and buggy, *do not* assume that is stable at any level, and probably it will be so for quite a time.
Though it has been pretty stable for me lately (applications are usually very stable for authors first than for anybody else anyway) , at the moment it is more targetted to people who would like to debug, fix, and chase bugs , and if possible, adding and extending the shell itself, so please, bear in mind that while using it.
Enhancements:
- Part of the parsing is now done with Parsec.
- A new exception handler was added for Haskell expression evaluation, fixing a bug that aborted the program.
- Redirection of standard error was added.
- A bug with the quit built-in command was fixed.
- Number identifiers were added to the redirection operators.
- Preliminary support for environment variables was added.
- Some small bugs were fixed.
<<less
Download (0.015MB)
Added: 2006-01-08 License: GPL (GNU General Public License) Price:
1384 downloads
LDAP for Haskell 0.6.1

LDAP for Haskell 0.6.1


LDAP for Haskell package contains a LDAP binding for Haskell. more>>
LDAP for Haskell package contains a LDAP binding for Haskell. This package provides read and write support for LDAP directories.

Haskell is a standardized purely functional programming language with non-strict semantics, named after the logician Haskell Curry. It is one of the more popular functional languages, and the lazy functional language on which the most research is being performed.

Characteristic features of Haskell include pattern matching, currying, list comprehensions, guards, definable operators, and single assignment. The language also supports recursive functions and algebraic data types, as well as lazy evaluation. Unique concepts include monads, and type classes. The combination of such features can make functions which would be difficult to write in a procedural programming language almost trivial to implement in Haskell.

Several variants have been developed: parallelizable versions from MIT and Glasgow, both called Parallel Haskell; more parallel and distributed versions called Distributed Haskell (formerly Goffin) and Eden; a speculatively evaluating version called Eager Haskell and several object oriented versions: Haskell++, OHaskell and Mondrian.

There is also a Haskell-like language that offers a new method of support for GUI development called Concurrent Clean. Its biggest deviations from Haskell are use of uniqueness types for input instead of monads.

<<less
Download (0.017MB)
Added: 2007-03-09 License: LGPL (GNU Lesser General Public License) Price:
959 downloads
The Glasgow Haskell Compiler 6.6

The Glasgow Haskell Compiler 6.6


The Glasgow Haskell Compiler is a compiler for Haskell 98. more>>
The Glasgow Haskell Compiler is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
Main features:
- GHC supports the entire Haskell 98 language plus a wide variety of extensions.
- GHC works on several platforms including Windows and most varieties of Unix, and several different processor architectures. There are detailed instructions for porting GHC to a new platform.
- GHC has extensive optimisation capabilities, including inter-module optimisation.
- GHC compiles Haskell code either by using an intermediate C compiler (GCC), or by generating native code on some platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs.
- Profiling is supported, both by time/allocation and various kinds of heap profiling.
- GHC comes with a wide range of libraries.
GHC is heavily dependent on its users and contributors. Please come and join the mailing lists and send us your comments, suggestions, bug reports and contributions!
Enhancements:
- SMP support and impredicative polymorphism were added.
- The libraries were split into core and extra.
- Many more changes were made.
<<less
Download (6.7MB)
Added: 2006-10-15 License: BSD License Price:
1105 downloads
PostgresPy Proboscis 0.1

PostgresPy Proboscis 0.1


PostgresPy Proboscis is a pure Python driver/interface for PostgreSQL. more>>
Proboscis is a pure Python driver/interface for PostgreSQL.

It is designed to give maximum flexibility to a user by providing protocol-level prepared statements and cursors.

It features basic SSL support, COPY TO/FROM, automatic encoding/decoding, and much more.
<<less
Download (0.053MB)
Added: 2005-09-28 License: Python License Price:
1486 downloads
hslogger 1.0.1

hslogger 1.0.1


hslogger is a logging framework for Haskell, roughly similar to Pythons logging module. more>>
hslogger is a logging framework for Haskell, roughly similar to Pythons logging module. The project lets each log message have a priority and source be associated with it.
The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.
Main features:
- Each log message has a priority and a source associated with it
- Multiple log writers can be on the system
- Configurable global actions based on priority and source
- Extensible log writers (handlers)
- Default handlers that write to the console, file handles, or syslog
- Easy to use operation
<<less
Download (0.028MB)
Added: 2006-12-07 License: LGPL (GNU Lesser General Public License) Price:
1051 downloads
kpsql 0.2

kpsql 0.2


kpsql is a graphical front-end to psql, the PostgreSQL interactive terminal. more>>
kpsql is a graphical front-end to psql, the PostgreSQL interactive terminal.

kpsql has been tested on 3.4.3 and 3.5, seems to work.

Installation:

1) extract to dir where you want it to be installed
2) run setup.bash to create a desktop icon

<<less
Download (0.030MB)
Added: 2005-12-19 License: GPL (GNU General Public License) Price:
1404 downloads
Haskell Database Connectivity 1.1.2.0

Haskell Database Connectivity 1.1.2.0


Haskell Database Connectivity project provides an abstraction layer between Haskell programs and SQL relational databases. more>>
Haskell Database Connectivity project 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.)
HDBC is modeled loosely on Perls DBI interface http://search.cpan.org/~timb/DBI/DBI.pm, though it has also been influenced by Pythons DB-API v2, JDBC in Java, and HSQL in Haskell.
HDBC is a from-scratch effort. It is not a reimplementation of HSQL, though its purpose is the same.
Main features:
- Ability to use replacable parameters to let one query be executed multiple times (eliminates the need for an escape function)
- Ability to access returned rows by column number
- Ability to read data from the SQL server on-demand rather than reading the entire result set up front
- HUnit testsuite for each backend driver
- Well-defined standard API and easy backend driver implementation
- Lazy reading of the entire result set (think hGetContents, but for the results of SELECT) (see sFetchAllRows)
- Support for translation between Haskell and SQL types
- Support for querying database server properties
- Add-on package (hdbc-missingh) to integrate with MissingH, providing a database backend for AnyDBM.
- Support for querying metadata such as column names.
- Support for querying additional metadata (column types, etc.)
<<less
Download (0.056MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
907 downloads
Npgsql 1.0

Npgsql 1.0


Npgsql is a .Net data provider for Postgresql. more>>
Npgsql is a .Net data provider for Postgresql. It allows any program developed for .Net framework to access database server.

Npgsql library is implemented in 100% C# code. Works with Postgresql 7.x and 8.x.
<<less
Download (0.20MB)
Added: 2006-10-10 License: LGPL (GNU Lesser General Public License) Price:
1113 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5