JohnL
Can I host a single jsonl file that my project writes to via python?
I have a python project being hosted on railway, I would love to be able to, from python, write to the jsonl file from python and for that file to persist accross builds.
Is that possible or do I need to spin up a whole MongoDB server just for 1 files?
5 replies
Accessing postgreSQL
It seems like I am able to use view and edit my database by only knowing this:
postgresql://postgres:[email protected]:4.......5/railway
I am trying to use pgAdmin locally but it doesn't let me connect, it says timeout.
I am also very confused why it isn't asking for a password, how is this working through Golang?? (I set this up a while ago)
(I don't know database stuff very well)
18 replies