I get an OK connection, try to add a “users” db and apply database changes. Then poof, my tables folder is now empty (even though it’s included in changes).
No problems here with the DB manager. Although I am still on 3.7.2 so I can’t confirm for latest version.
Have you tried starting a clean dummy project and adding the connection again just to rule out is not a misconfiguration in your actual project?
@George Postgres 9.6 - clean freshly deployed - connection OK - I add a users table - udpdate changes - and it’s gone even though it’s there in changes
@George finally got it to work hallelujah!!! the db name!
For the postgres it didn’t help because I already had a default but for some reason cleaned up the migrations and connections in /.wappler and connected.
For mariadb, no luck. Changes errors before I even start. How do I bootstrap it if I have no DB in the first place?
Oh, I see where I was getting stuck: you have to select a particular DB and work from there. No wonder I didn’t see any information schemas.
But why not show the entire DB in Wappler and have everything from there? If I need to go somewhere else to set up dbs in the first place then it beats the point of having a DB manager integrated no?
So now I am back to square 1 after getting a basic postgres to work.
I still need to work with Supabase but it seems the code is making too many assumptions. Why should it be a problem if there are multiple rows for my schema? I work with it just fine on TablePlus