hldig
hldig copied to clipboard
Should htdig use libmysql or other database library instead of having code for it's own?
Should htdig use libmysql or other database library instead of having code for it's own?
Probably would be good to create a DB layer that allows swapping out built-in DB functions for external library so that use can decide. Short term I would go with what you have.