jazzband / django-silk

Silky smooth profiling for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MaycolSoft opened this issue · comments

commented

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.