ivelum / djangoql

Advanced search language for Django
MIT License
1k stars 88 forks source link

Where to execute SQL statement instead of ORM ? #73

Open instasck opened 3 years ago

instasck commented 3 years ago

I want to be able to execute and SQL statement instead of django one, can it be done ? *While a user search in djangoQL ...

caleb15 commented 3 years ago

No. If you want to execute SQL statements I suggest a tool like metabase. It's pretty easy to setup.