wembushey / Exjest

A program that is able to take excel sheets and enter them into a database.
0 stars 0 forks source link

Logging database commands #2

Closed wembushey closed 11 hours ago

wembushey commented 2 weeks ago

Database commands shall be logged. The log file location shall be configurable in a manner similar to the database connection string. The log shall be in JSON format:

{ "timestamp": "20241028 23:21:00", "command": "select * from users", "success": true }

wembushey commented 11 hours ago

No time to do this