Randy Syring
Randy Syring
FWIW, I also like the directory structure proposed by @jenisys and affirmed by @monkeez.
See also: https://github.com/simonw/sqlite-utils/issues/612
> wonder if there's any overlap with the goals here and the sqlite3 module's concept of adapters and converters: https://docs.python.org/3/library/sqlite3.html#sqlite-and-python-types For some discussion of converters, see: https://github.com/simonw/sqlite-utils/issues/612
Would be nice to have something like this. I've created a `get_by()` method previously to do the same thing but adding it to `get()` makes sense. Tangentially, a `first()` method...
I just created #612, which is very similar to this issue and recommends automatically handling JSON deserialization. I only kept it separate because I was mostly contemplating library usage and...
I would also like to see this possibility. I suggest (#612) using a method on `Database` so it can be easily subclassed. Another option would be to pass in callables...
For what it's worth, I had problems with this same error message. I initially tried: ``` $ keybase pgp select ▶ ERROR You already have a PGP key registered (B299...
Can this issue be closed in favor of #273?
As an interested observer, my $.02 is as follows: - I like the idea of having one method of doign the CLI and like the fact that Click is going...
related to: Declarative configuration #2432