Skip to content

jmari/SCouchDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCouchDB

Pharo driver for CouchDB database using Zinc client. Supports Mango queries and implements Voyage API

Install

You can install it executing scripts:

SCouchDB-Core

Metacello new 
	baseline: 'SCouchDB';
	repository: 'github://jmari/SCouchDB/repository';
	load

SCouchDB-Voyage

Metacello new 
	baseline: 'SCouchDB';
	repository: 'github://jmari/SCouchDB/repository';
	load:'voyage'

SCouchDB-ViewServer

Metacello new 
	baseline: 'SCouchDB';
	repository: 'github://jmari/SCouchDB/repository';
	load:'viewserver'

You have to change couchdb configuration in order to use the smalltalk viewserver, add a new input in query_servers section for "smalltalk" "/Path_to_Pharo_executable/Pharo --headless /Path_to_Pharo_image/Pharo6.1.image viewserver --debug"

About

Pharo driver for CouchDB database using Zinc client. Supports Mango queries and implements Voyage API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors