postgresql-based store for tiddlyweb
Project description
tiddlywebplugins.postgresql
===========================
_A plugin for [TiddlyWeb](http://tiddlyweb.com) subclassing
[tiddlywebplugins.sqlalchemy3](https://github.com/cdent/tiddlywebplugins.sqlalchemy)
with postgresql specifics._
Install
-------
To install the plugin and its requirements:
```
pip install -U tiddlywebplugins.postgresql
```
Setup
-----
You will need to create a database:
```
createdb tiddlyweb
```
Add the following to a new or existing `tiddlywebconfig.py`:
```
'server_store': ['tiddlywebplugins.postgresql', {
'db_config': 'postgresql+psycopg2:///tiddlyweb'}],
'indexer': 'tiddlywebplugins.postgresql', # optional
```
See <http://tiddlyweb-sql.tiddlyspace.com/> for additional documentation and
assistance.
Thanks
------
This work was sponsored by [Dr. Thomas + Partner](http://www.tup.com).
License
-------
Copyright 2013 Peermore Limited
BSD (3-Clause) License
===========================
_A plugin for [TiddlyWeb](http://tiddlyweb.com) subclassing
[tiddlywebplugins.sqlalchemy3](https://github.com/cdent/tiddlywebplugins.sqlalchemy)
with postgresql specifics._
Install
-------
To install the plugin and its requirements:
```
pip install -U tiddlywebplugins.postgresql
```
Setup
-----
You will need to create a database:
```
createdb tiddlyweb
```
Add the following to a new or existing `tiddlywebconfig.py`:
```
'server_store': ['tiddlywebplugins.postgresql', {
'db_config': 'postgresql+psycopg2:///tiddlyweb'}],
'indexer': 'tiddlywebplugins.postgresql', # optional
```
See <http://tiddlyweb-sql.tiddlyspace.com/> for additional documentation and
assistance.
Thanks
------
This work was sponsored by [Dr. Thomas + Partner](http://www.tup.com).
License
-------
Copyright 2013 Peermore Limited
BSD (3-Clause) License