dbi icon indicating copy to clipboard operation
dbi copied to clipboard

Erlang and Elixir DataBase Interface

Results 5 dbi issues
Sort by recently updated
recently updated
newest added

Use telemetry to register: - Number of queries (general and last minute counters) - Number of queries by type (direct, delayed, cache) - Efficiency of cache (hits & misses) -...

enhancement

Modify the params to let to use binaries (normal Elixir strings) in configuration (double quotes instead of single quotes or both).

enhancement

Ensure the datatypes between MySQL, PostgreSQL and SQLite are equals (for strings, varchars, chars, dates & times).

enhancement

Store tags (like tables) to use when we'll make a query for INSERT, DELETE and/or UPDATE and we can invalidate (remove) the cache related to those tags.

enhancement

Following the statistics on #1 we can log the slow queries based on the min time configured to be maked as slow.

enhancement