repository
0.0.0-20240902004643-bf7717870264
Repository: https://github.com/ntferr/icash.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
WIP :wrench:
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 |
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