kemal-rest-api
kemal-rest-api copied to clipboard
Crystal library to create REST API with Kemal
Results
2
kemal-rest-api issues
Sort by
recently updated
recently updated
newest added
Platform: Windows 10 VIA WSL Ubuntu 18.04 Crystal 0.31.1 [0e2e1d067] (2019-09-30) LLVM: 8.0.0 Default target: x86_64-unknown-linux-gnu ``` ~/git/kemal-rest-api$ crystal spec --error-trace In src/kemal-rest-api/resource.cr:6:56 6 | abstract def create(args : Hash(String,...
I have written the MySQL URI like this: `mysql://root:pass@localhost/#{DB_NAME}` But it shows: `{"status":"error","message":"Access denied for user 'root'@'localhost'"}` How to connect using a password?