psycopg Profile Banner
psycopg Profile
psycopg

@psycopg

Followers
2K
Following
365
Media
95
Statuses
827

I am the most used and most advanced PostgreSQL driver for Python! (it/its)

Joined October 2010
Don't wanna be here? Send us removal request.
@psycopg
psycopg
4 years
What is #psycopg3 anyway? Last March at https://t.co/nx1pV427wD I gave a talk with a good description of the project and its goal: https://t.co/jI5tBGH4nm #Python #PostgreSQL Please come to have a look! Thank you very much @PostgresPro for the opportunity!
2
7
22
@psycopg
psycopg
2 months
Shall we meet in Naples? We will be at PGDay Napoli to talk about Psycopg 3 and in the upcoming 3.3, with Python 3.14 and PostgreSQL 18 support. After that, get the chance to visit a picturesque city and have the best pizza of your life! https://t.co/smM6iGiZn2
Tweet card summary image
2025.pgdaynapoli.org
The PostgreSQL conference in Napoli.
0
0
0
@psycopg
psycopg
3 years
I hope to not be committing any crime by declaring that you can find us as @psycopg@fosstodon.org Whether we will keep on using this space or not depends on the quality of the interaction and the toxicity of the different networks. #python #postgresql #freesoftware
0
0
9
@psycopg
psycopg
3 years
Very annoying... psycopg 3 threads stumble on each other, but can't figure out what is hogging the GIL (above: 1 thread benchmark, below, 4 threads, circled: GIL acquisition). How to debug it? #Python #Debugging
2
0
10
@psycopg
psycopg
3 years
Tried to convert setup.cfg to pyproject.toml, and it's a pretty poor result: likely it won't be merged. I hate how useful info are forced to irrelevant places, such as the urls after the filename of the readme. I wish this format was ditched and build-system moved to setup.cfg.
1
0
8
@psycopg
psycopg
3 years
Hints: - @GitHubActions services don't support passing ARGS to docker run (which would be passed to the server) - You can't override the ENTRYPOINT with a script from the repo, because the service starts before actions/checkout Checkmate, AFAICS https://t.co/Ajjc0itGaE
Tweet card summary image
github.com
0
0
5
@psycopg
psycopg
3 years
There could be a few lessons to learn here. One is to look into other provides (checking if @MacStadium has availability for Free-Software projects). We will also refactor the metadata to allow more flexibility in Psycopg 3.2.
0
0
1
@psycopg
psycopg
3 years
Just released psycopg 3.1.7, but we couldn't build M1 binary packages as @Scaleway has no hardware availalble. So we made it compatible with psycopg-binary 3.1.6 (we could, this time, because only changes are in Python code). https://t.co/fhtm5BE4zf
1
1
6
@psycopg
psycopg
3 years
What is wrong in this contribution? A case study. https://t.co/j8Lzi0Whp0
Tweet card summary image
github.com
2
0
2
@psycopg
psycopg
3 years
Let's take a look how it is down there. Nice default avatar, it looks a bit like me.
1
2
13
@psycopg
psycopg
3 years
Retweeting @pauloxnet tweet to say thank you for your work bringing everyone together, and because it contains a nice list of people to thank. Great job, people! πŸ’œ
@pauloxnet
Paolo Melchiorre
3 years
The Django @psycopg branch has been merged πŸŽ‰ I opened the issue 13 months ago and many developers worked on the PR started by @dvarrazzo πŸ‘ Thanks @fapolloner @MariuszFelisiak Simon Charette, Tim Graham, @AdamChainz, @carltongibson and @David_Smith86 πŸ™ https://t.co/l5y6MSSsIs
1
0
3
@psycopg
psycopg
3 years
Oops... didn't even close the shell where 3.1.5 was released that we had a reason to release 3.1.6 😩 In 3.1.5 we broke cursor.copy() when row_factory is specified... and copy() doesn't even use row factories πŸ˜… Relevant tests added, of course. #TDD https://t.co/mqgAF3ARGA
0
0
9
@psycopg
psycopg
3 years
This was an amazing piece of work! Thank you very much @djangoproject for welcoming Psycopg 3!
@MariuszFelisiak
Mariusz Felisiak @[email protected]
3 years
Django 4.2 supports @psycopg 3 πŸ“’πŸ’₯ Thanks to Daniele Varrazzo, @fapolloner, and Simon Charette for their humongous work 🌟🌟🌟 https://t.co/EUmvPNu1Aq #psycopg3 #postgresql #django
0
1
7
@psycopg
psycopg
3 years
A very nice article from @bitdotioinc about the effect of latency in your queries. Featuring admiral Grace Hopper and psycopg 3 pipeline mode! Check it out, it's a good read! https://t.co/Bvyi1UoI6o
Tweet card summary image
innerjoin.bit.io
Network latency is a simple reality of physics: communications between clients and servers must travel through the infrastructure of the…
0
5
12
@psycopg
psycopg
3 years
Psycopg 3.1.5 released. A few bug fixes and *big* speedup improvements: networking, namedtuples, arrays... Try it out now! πŸ˜„πŸš€
0
2
25
@psycopg
psycopg
3 years
Psycopg 3.1.4 and 2.9.5 released, with Python 3.11 and PostgreSQL 15 support! πŸ₯³πŸ₯³πŸ₯³ Today all the world must have been building their packages, because it took forever... πŸŒŽπŸ“¦πŸŒπŸ“¦πŸŒπŸ“¦ Happy hacking! #python #postgresql #freesoftware #release
2
28
212
@psycopg
psycopg
3 years
psycopg 2 and 3 packages for Python 3.11 are rolling in! #python #postgresql #freesoftware #release
1
6
79
@psycopg
psycopg
3 years
The last versions of psycopg 2 and 3 binaries now support Apple M1 hardware! πŸ₯³πŸ₯³πŸ₯³ Thank you to everyone who helped releasing these packages πŸ’œ #python #postgresql #freesoftware
0
6
41
@psycopg
psycopg
3 years
The pipeline mode in psycopg 3.1 is a game changer in terms of performances and requires minimal changes in your code to use! You can read about it in this in-depth article by its main author, Denis! #python #postgresql #freesoftware
@dalibo
DALIBO
3 years
Our developer Denis contributes to @psycopg, the #PostgreSQL adapter for #Python, maintained by @dvarrazzo. This week, he tells you all you need to know about its pipeline mode => https://t.co/wXJ8kvhOA5 #opensource #freesoftware #DBMS
0
5
23
@psycopg
psycopg
3 years
Are you testing Python 3.11? psycopg 3 testing packages are here:
0
1
12