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.8.0.tar.gz
(71.1 kB
view details)
Built Distribution
File details
Details for the file ramp-database-0.8.0.tar.gz
.
File metadata
- Download URL: ramp-database-0.8.0.tar.gz
- Upload date:
- Size: 71.1 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 | b13a58a537303e4c48cb449036f11fc2491426266490cdb18952e8e906bd2c18 |
|
MD5 | 6fe2857ed1dfb051bf64b5084e6e2839 |
|
BLAKE2b-256 | 4b9bdae0c810d26b95da70db4f487d53374997834923fafa6d4dae1c973b8582 |
File details
Details for the file ramp_database-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: ramp_database-0.8.0-py3-none-any.whl
- Upload date:
- Size: 93.9 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 | 4bd4d566a5ba4f51590636b65e265499692f63c0022025c293c37f852a4c2b20 |
|
MD5 | b6b5d966a8ad9f97ee3e7d5271fb05f2 |
|
BLAKE2b-256 | 0a65931efab73d989abb1919e7f11a2323be808f9340c90d457b260405511b6b |