Posts by Cesar4ugusto • 9 points
3 posts
-
-1
votes0
answers18
viewsQ: Problem using environment variables with Sequelize
I’m having a problem when I try to connect my database via Node setting environment variables. The variables I’m trying to set: file . env DIALECT_KEY='postgres' HOST_KEY=127.0.0.1…
-
0
votes0
answers14
viewsQ: Sequelize Error: Sequelizedatabaseerror
Hello, I am building my application on Node and using postgres database. I come across the following error: SequelizeDatabaseError: column \"zipcode\" of relation \"users\" does not exist" My model…
-
0
votes0
answers32
viewsQ: Query error in SQL
I am trying to make a bank consultation for access release. When I make the following query: <?php if(isset($_POST['Login'])){ $user = $_POST['user']; $password = $_POST['pass']; $sql =…