- edit changes nil fields to random memory or "nil"
- non orderd ids
- Fining functions only prints for now
- user accounts / auth
- real data
- sorting
after mariadb install run: sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
systemctl start mariadb
sudo mariadb
CREATE DATABASE TheWinery;
CREATE USER 'JohnDoe'@'localhost' IDENTIFIED BY 'some_pass';
GRANT ALL PRIVILEGES ON TheWinery.* TO 'JohnDoe'@'localhost';
mariadb -u JohnDoe -p
USE TheWinery;
SOURCE create-tables.sql;
nano .env
DBUSER=JohnDoe
DBPASS=some_pass
go run .
localhost:8080
I would appreciate having a dialog if you want to make a pull request, Discord: gauteg
'/c' to exit from '->'
'exit' to exit normally