Skip to content
Snippets Groups Projects
Commit 67f8167b authored by João Victor Risso's avatar João Victor Risso
Browse files

Add README

parent eea28327
No related branches found
No related tags found
No related merge requests found
## How to setup
git clone git@gitlab.c3sl.ufpr.br:simcaq/monetdb-sql.git
cd monetdb-sql
make
gem install monetdb-sql-1.0.gem
git clone git@gitlab.c3sl.ufpr.br:simcaq/activerecord-monetdb-adapter.git
cd activerecord-monetdb-adapter
gem build activerecord-monetdb-adapter.gemspec
gem install activerecord-monetdb-adapter-0.2.gem
Then, you can run the tests provided in the tests directory.
For the changes to be available to the Rails application, the ActiveRecord adapter needs
to be rebuilt and reinstalled by issuing the gem build and install commands above.
## MonetDB's internal methods (can be used to retrieve primary keys, foreign keys, columns, tables)
http://dev.monetdb.org/hg/MonetDB/file/tip/clients/mapiclient/dump.c
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment