bitemyapp / esqueleto

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

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

Open parsonsmatt opened 3 years ago

parsonsmatt commented 3 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 3 years ago

💯