J'aurais le plaisir de parler d'art génératif au prochain meetup AFUP Montpellier 🖼️
👉 Il reste encore quelques places ici : https://t.co/5pJGSMnE7P (attention, ça se remplit vite !)
@GeorgeHoll_@stanmenten@kcee0091 You can do bulk insert with pdo.
With extension like Swoole, you can parallelize queries, io operations, api calls and hudge processes.
With raw sql, or orm that allow you to control join result, you can do complex data retreiving in one requests...
As promised, here is Small Entity Schema a web gui to generate your Small Swoole Entity Manager entities.
Packagist : https://t.co/NQfoI7w2hM
Git repo : https://t.co/P1zthc6bGM
Documentation : https://t.co/e0odxsV8uf
#php#orm
Here is a Symfony bundle for Small Swoole Entity Manager
It provides :
- Standard Symfony configuration
- Service as ConnectionFactory
- Service as EntityManagerFactory
- Command to execute the database layers
Doc : https://t.co/uzC3anrJHn
#php#symfony#orm#swoole#openswoole
I am pleased to present Small Swoole Entity Manager.
It is an ORM architected around Swoole (and OpenSwoole).
It supports asynchronous connections to MySQL, Postgres, Small Swoole Db
Watch out for Symfony bundle next few days.
https://t.co/RJ1xkmxX9J
[Release] Symfony UX 2.20 is now available!
New features, bug fixes & optimizations
🌿 Icons: icon sets config & aliases
🗺️ Map: twig component, support for Polygons
🚀 StimulusBundle: major performance optimization
Changelog: https://t.co/HPqLzm1lqW
#symfony#ux#release
Small Swoole Symfony Http Client 1.0.0
This is a swoole-based Symfony HTTP client implementation that conforms to the Symfony HttpClientInterface for high-performance asynchronous HTTP requests.
git : https://t.co/VLgK6udu8r
packgist : https://t.co/WHNZooXIh4
Small Class Manipulator 2.0
New major release of Small Class manipulator
The code have been fully refactored and coded a new support of attributes manipulation
git : https://t.co/5xwOIDSJw8
packagist : https://t.co/5kiqoK6e9g
Small Swoole Db 1.1.0 released
- Added method addOrderBy Allows sorting the selector result.
- Added method limit Allows sampling the result.
- Added method paginate Allows managing pagination by passing a page number and page size.
#php#swoole#openswoole