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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tiddlywebplugins.postgresql-0.1.2.tar.gz
.
File metadata
- Download URL: tiddlywebplugins.postgresql-0.1.2.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77c2c1acaefc262ae3ecf41ddfd382c5e5336b699623b4658edce65afde85a11 |
|
MD5 | 42dc6d252b0eaded9494a6ce94ffc177 |
|
BLAKE2b-256 | 95cf5fdee1da9bb905fbd3d95db991bf7993b0740bffc053a07ad7a0d7551832 |