-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
From the README:
Things it might do:
- Wrap errors.
Is this desirable? For now, you have to deal with whatever error types/constructors the underlying driver uses, but it might be nice to have a normalized hierarchy of error types as part of AnyDB.
Otherwise, we assume that users are either:
- fine with their code being coupled to a specific driver
- using a library that provides another level of abstraction (e.g. gesundheit) on top of AnyDB, and that this library should be responsible for normalizing errors.
I'm comfortable with those assumptions, but not confident that I've considered all angles of the issue.