Any experiences with Django and QuestDB?

Hello,
I am planning to create an app, where time series data is crucial. Because of that, I want to use QuestDB with Django. My problem now is that QuestDB is not directly supported. The documentation says it supports PostgreSQL, so can I just connect it and use it as an normal db? And whats about specific time-queries? Should I use raw() for that?

Thanks in advance
Nick

Hello, I am facing the same issue. Even if one specifies port number and database name correctly and when runserver command is executed after maintaining connection to questDB server, it just freezes. Another thing is that I do not even get why we would need username and password in this scenario (in development stage) and how is it different from deployment stage? If you have any updates, please do inform me. I’d be grateful.