Skip to content

Feat/database integration#21

Open
nettoluis wants to merge 5 commits into
mainfrom
feat/database-integration
Open

Feat/database integration#21
nettoluis wants to merge 5 commits into
mainfrom
feat/database-integration

Conversation

@nettoluis
Copy link
Copy Markdown
Contributor

Description

This PR adds the integration to the OCA database and the test of the connection itself

How to test

  1. Generate the ssh key:
    ssh-keygen -t ed25519 -C "your_email@example.com"
  2. Open the SSH Tunnel:
    ssh -i /path/to/your/private/key -N -L 5433:127.0.0.1:5432 user@ip
  3. Run the database module via:
    python3 -m utils.database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants