good morning!!!!

Skip to content
Snippets Groups Projects
Commit 120bde94 authored by Carlos Nieto's avatar Carlos Nieto
Browse files

Adding scripts for running examples on each database.

parent 0b76f1b4
No related branches found
No related tags found
No related merge requests found
cat example.sql | mysql -uupperio -pupperio upperio_tests
go run main.go
#!/bin/sh
cat example.sql | PGPASSWORD=upperio psql -Uupperio upperio_tests
go run main.go
#!/bin/sh
rm -f example.db
cat example.sql | sqlite3 example.db
go run main.go
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment