Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SandraMNE/advancedb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YADI - Yet Another Datalog Interpreter
================================================
                                        
---------------------------------------------------------------------------

What is YADI?
-------------------------

TODO

Pre-requisites
-------------------------

It is madatory to connect a PostgreSQL server, with a role, a database and at least one populated table to formulate queries against that table.

Howto randomly poppopulate a table (for testing puropose only): 
	
	psql> create table test as SELECT id, md5(random()::text) AS descr FROM
          (SELECT * FROM generate_series(1,100) AS id) AS x;

Usage
-------------------------

./yadi <connexion info>

Example:

./yadi "host=localhost port=5432 user=test password=test dbname=test_db"


---------------------------------------------------------------------------

Contact Information and Contributing
------------------------------------

In the case of bugs, feature requests, contributions and similar, please
contact the maintainers:

Gaurav Singh Chauhan <[email protected]> 
Sandra Mitrovic <[email protected]> 
Arpaporn Skunkittiyut <[email protected]> 
Shalini Gangwar <[email protected]>

  * Guillaume Raschia <[email protected]>

Up-to-date information should be available at:
<https://url-of-my-project>

Enjoy!

Guillaume Raschia in Nantes, FR on Sept 28, 2012


About

advance db project for UPMC, Paris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 100.0%