icash

module
v0.0.0-...-bf77178 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2024 License: MIT

README

WIP 🔧

OminiDB - SQL Client

Credentials

[!NOTE]

  • User: admin
  • Password: admin
Connection string for connect to OminiDB
Field Value
Host postgres
Port 5432
User icash
Password 123456

connection_string_example

erDiagram    
    BANKS {
        string id
        string name
        string code
    }
    CARDS {
        string id
        string bank_id
        string number
        string expire_at
    }
    DEBTS {
        string id
        string card_id
        string ticket_id
        string name
        string description
    }
    INSTALLMENTS {
        string id
        string debt_id
        string due_date
        bool paid
        int number
    }
    TICKETS {
        string id
        string debt_id
        string code_bars
    }

    CARDS ||--o{ BANKS: bank_id
    DEBTS ||--o{ CARDS: card_id
    DEBTS ||--o{ TICKETS: ticket_id
    INSTALLMENTS ||--o{ DEBTS: debt_id
    TICKETS ||--o{ DEBTS: debt_id 

Packages

Netflix/go-env  - Enviroments variables
Fiber           - REST API
Sonic           - JSON Marshal/Unmarshal 
Snowflake       - Generate id
Testify         - Tests

Directories

Path Synopsis
cmd
pkg
service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL