Use REST API with postgreSQL database?
Hello,
Can I use a postgreSQL database with the REST API?
I launch scan with POST /scans and relevant options, but where is the data stored? in sqlite? I would prefer to use a postgreSQL backend for storing scan data.
Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 03 Apr, 2017 12:45 PM
The DB is only used by the WebUI, the REST API is provided by the Framework and doesn't use a DB, it only returns scan data, you are responsible for storing them if that's what you want to do.
Tasos Laskos closed this discussion on 12 May, 2017 12:43 PM.