Pk13055

Results 18 comments of Pk13055

Are there any updates on this? @rafaelklaessen

Hi, what's the current status of this feature? This would be awesome to have ASAP, as it would help avoid most of the manual checks and truncation.

Any updates regarding the firefox extension? I just got a new PC and realized I've been taking this extension for far too granted!

Anyone looking for a simple async, fast, postgresql client/wrapper, take a look at [asyncpg](https://github.com/MagicStack/asyncpg)

@jonra1993 Using this approach how would you set a default value, either/both at the database level and sqlmodel level EDIT: Got it, you can just set a default inside the...

Is there any update on this? This is a pretty good async library, but lack of documentation (+ generic name) makes it difficult to find/google anything complex..

This is somewhat unhelpful to solve your issue, but I was wondering how can a similar query be executed if the `Table` is defined declaratively, ie, ```python import sqlalchemy from...

One hack that seems to work is transposing the data such that instead of a column of `TimeDelta` values, you have a row, eg: ```python df.loc[:, 'duration'] = df.time -...

Unfortunately I've long since shifted to sqlmodel