jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.42k stars 333 forks source link

Request for changing connection database from PRINCIPAL CONNECTION to SQLite or other (SILK) #676

Open MaycolSoft opened 1 year ago

MaycolSoft commented 1 year ago

I would like to know if it is possible to change the connection database from MAIN to SQLite (SILK) for my project

The reason for this request is that the project requires access to a database limited to reader-only, which in this case is PostgreSQL, which is the main database.

If you allow the SILK connection to be changed to SQLite, we can keep the information separate and SILK can delete the information without problems.

Background: Currently, our team uses PostgreSQL as the primary database management system for our project. However, due to certain constraints, we have limited permissions to edit data directly within the PostgreSQL database. This has led us to explore alternative solutions, such as SQLite (SILK).

Thank you for considering our proposal.