Database model used in the RAMP bundle
Project description
This package contains the ORM model for the RAMP database.
Set up of a PostgreSQL database
create db directory and initialise the PostgreSQL database:
mkdir postgres_dbs initdb postgres_dbs
start the PostgreSQL engine:
pg_ctl -D postgres_dbs -l postgres_dbs/logfile start
create a user <db_user> and set a password <db_password>:
createuser --pwprompt <db_user>
create the database called <db_name> for that user:
createdb --owner=<db_user> <db_name>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ramp-database-0.1.0.tar.gz
(65.6 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.1.0.tar.gz
.
File metadata
- Download URL: ramp-database-0.1.0.tar.gz
- Upload date:
- Size: 65.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a1fed242c3f379aa720273eeddd0ff87dfb188f6a6a030e58e257e3da957f1 |
|
MD5 | de048ad0d24af7ed7f1332ed48f5aea7 |
|
BLAKE2b-256 | ee57b986dbc8cadb3e2a1c7caec448588fdb2983289d0a1c94bd8b108379bc25 |
File details
Details for the file ramp_database-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.1.0-py3-none-any.whl
- Upload date:
- Size: 90.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0679937a907f6b40b5f71440fd28380a3c3dba28dd67dec77bbcdfe7c13c8fcb |
|
MD5 | 8335d0f80add8ed7482bca5aca9dede6 |
|
BLAKE2b-256 | d39b49eb461c81cf41543fa0f78c7dbba7d767a1de9a24367ed8451f91c1abd5 |