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.3.4.tar.gz
(65.7 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.3.4.tar.gz
.
File metadata
- Download URL: ramp-database-0.3.4.tar.gz
- Upload date:
- Size: 65.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5080b0f974311d4db4e64a0e7427d73c1b53a4829103e1b0a4fb311f2c6f783 |
|
MD5 | 595e5c26448870d9077c8f56d6b20bf5 |
|
BLAKE2b-256 | 2b665cda283cd7e7149836bcf46129d9e1276ea2226c9a496f133a71afe4f44f |
File details
Details for the file ramp_database-0.3.4-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.3.4-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/45.1.0.post20200127 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98bf79538e62d287353afa70d8ef950b6420a8c9dfb1e766315e79cc36431ece |
|
MD5 | df91595d4b7f8e47ba941a482657fd94 |
|
BLAKE2b-256 | a8e6a120885a81f81a5f5232ad3435f9b224027835a4b183a4a49757ef5188be |