No project description provided
Project description
easyfatt-db-connector
Development
Python
poetry config virtualenvs.prefer-active-python true
poetry env use $(pyenv which python)
Database
- Installare Firebird SQL 2.5.9 (selezionare la versione "64-bit Classic, Superclassic & Superserver")
- Assicurarsi di selezionare "Run as service"
Per controllare l'avvenuta installazione:
- Aprire un terminale Powershell nella cartella di installzione (nel mio caso
C:\Program Files\Firebird\Firebird_2_5
) - Lanciare il comando
cd bin
- Lanciare il comando
./isql.exe "{PERCORSO_DATABASE}\{NOME_DATABASE}.eft" -u sysdba -p masterkey
- Ora è possibile eseguire query SQL (assicurandosi che finiscano SEMPRE con
;
)
Database tool
-
Installare ed aprire DBeaver:
-
Cliccare su "File > Nuovo":
-
Cliccare su "DBeaver > Connessione a Database" e cliccare "Avanti":
-
Nel campo di ricerca scrivere "Firebird", selezionare il primo risultato e cliccare "Avanti":
-
Compilare i dati richiesti:
- Generale:
- Host:
localhost
(default) - Porta:
3050
(default) - Percorso: adeguare alla posizione del database nel proprio sistema
- Host:
- Autenticazione:
- Nome utente:
SYSDBA
(default) - Password:
masterkey
- Nome utente:
- Generale:
-
Terminare la configurazione del driver cliccando su "Fine"
Alcune note
-
Assicurarsi che sia visibile almeno la finestra "Navigatore Database":
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
Built Distribution
File details
Details for the file easyfatt_db_connector-0.1.0.tar.gz
.
File metadata
- Download URL: easyfatt_db_connector-0.1.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.9.6 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8819c4018311a42eb97ab06c75fc660d97339094eea57a05d811bb2b505414bc |
|
MD5 | 8ea0e30625a0456dff326c29dba9b830 |
|
BLAKE2b-256 | fd74e624ef242b826776ccf6b0ff2b9b330b199b606fa00337bf736c9622ed55 |
File details
Details for the file easyfatt_db_connector-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: easyfatt_db_connector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.9.6 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61fdeb739ca1119be28b0242b8c7d8a377f7f719248b71592b7329a5d6cacf93 |
|
MD5 | 39cc7a745ee878a22bb027382d9052c7 |
|
BLAKE2b-256 | be8251c633756805ef63cf3c3dd4654fc2ad8944359603cc63309e04f4f67778 |