issues
search
siflu
/
NavTipBot
A reddit Tip Bot which lets users tip others in NAV Coins.
GNU General Public License v3.0
0
stars
1
forks
source link
Database Logic for Users
#4
Closed
siflu
closed
7 years ago
siflu
commented
7 years ago
Database Functions:
[x] Create User (creates a new user in the Users table)
[x] Set User Balance (sets the balance for an existing user in the Users table)
[x] Get User Balance (gets the current balance of an existing user in the Users table)
[x] Add to User Balance (adds an amount to a user balance)
[x] Subtract from User Balance (subtracts an amount from a user balance)
[x] Has enough Nav? (does User have at least the specified amount of NAVs?)
Database Functions: