sebastianconcept / Mapless

Schema-less persistence for Smalltalk with support for multiple backends.
http://sebastianconcept.github.io/Mapless/
MIT License
35 stars 11 forks source link

Make SQLite log all queries if LOG_LEVEL env var is #DEBUG #151

Open sebastianconcept opened 8 months ago

sebastianconcept commented 8 months ago

For debug purposes, would be useful to have a way to have Mapless logging all the queries that is performing just before execution.

Every backend has its repository and all of them might vary a bit so this feature needs to be added backends one by one.

SQLite is the best place to start.