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.10.0.tar.gz
(71.7 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.10.0.tar.gz
.
File metadata
- Download URL: ramp-database-0.10.0.tar.gz
- Upload date:
- Size: 71.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5db433205ae7d97c55541a3f07b78989d793564763805b0acd7b4aeb11f9bf5 |
|
MD5 | a06726ae08162e7ff1e1ed945453576f |
|
BLAKE2b-256 | b860ea2f483ae847df15cbae0016d58a7940b1cbcbcdc23ba29b5a650dfc01aa |
File details
Details for the file ramp_database-0.10.0-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.10.0-py3-none-any.whl
- Upload date:
- Size: 94.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3845acaa56d6645504bcb92fb97509e89d967c13508b202f0ef097e8e1ee5d96 |
|
MD5 | 0692b912797b2fe5173e522875b4c821 |
|
BLAKE2b-256 | 534f5bc01b3fe59df867a991ff6971fd55b8488ea950b0f3d066c67f257bbff9 |