Skip to main content

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

  1. create db directory and initialise the PostgreSQL database:

    mkdir postgres_dbs
    initdb postgres_dbs
  2. start the PostgreSQL engine:

    pg_ctl -D postgres_dbs -l postgres_dbs/logfile start
  3. create a user <db_user> and set a password <db_password>:

    createuser --pwprompt <db_user>
  4. create the database called <db_name> for that user:

    createdb --owner=<db_user> <db_name>

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

ramp-database-0.7.3.tar.gz (68.1 kB view details)

Uploaded Source

Built Distribution

ramp_database-0.7.3-py3-none-any.whl (92.7 kB view details)

Uploaded Python 3

File details

Details for the file ramp-database-0.7.3.tar.gz.

File metadata

  • Download URL: ramp-database-0.7.3.tar.gz
  • Upload date:
  • Size: 68.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7

File hashes

Hashes for ramp-database-0.7.3.tar.gz
Algorithm Hash digest
SHA256 0b703eb84672e7341bb90e66f43b35fd8790e6437fa8a07b8c8a36c457b341f7
MD5 62f276e212c49895f5b4fd5677da43f4
BLAKE2b-256 3a7b498077e06d98024cd04ce243056210ed7f51fcf49d2c64193313aaa68b34

See more details on using hashes here.

File details

Details for the file ramp_database-0.7.3-py3-none-any.whl.

File metadata

  • Download URL: ramp_database-0.7.3-py3-none-any.whl
  • Upload date:
  • Size: 92.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2.post20201201 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.7

File hashes

Hashes for ramp_database-0.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5bcfe6703b0e28ed141a65aef498fa1dae0819f5bb30f1eda578a15905d8c556
MD5 d793e9e5f9ddd6c9d8601f8ffb9a68b0
BLAKE2b-256 0edc0b2d4539debde74fda0729fa0767c6287c969beabe5986c990e396094200

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page