bitemyapp / esqueleto

New home of Esqueleto, please file issues so we can get things caught up!
BSD 3-Clause "New" or "Revised" License
370 stars 107 forks source link

`IdentInfo` shouldn't require a `SqlBackend` #289

Open parsonsmatt opened 2 years ago

parsonsmatt commented 2 years ago

Currently, IdentInfo carries an entire SqlBackend. It can't possibly use most of it. Instead, let's ask for what we actually want - the escaping function. This would reduce the "dummy" functions.

belevy commented 2 years ago

💯