orm: cross compile pg to linux; openssl: make cross compile work

This commit is contained in:
Alexander Medvednikov 2024-10-28 17:36:41 +03:00
parent 986ed33deb
commit 27ff2f1628
5 changed files with 27 additions and 6 deletions

View file

@ -43,7 +43,9 @@ For a list of all features and fixes, check out the changelog.
- [x] Lambdas: `a.sort(|a, b| a > b)`
- [ ] Custom attributes
- [ ] Contexts that are passed implicitly (e.g. for custom allocation/memory management)
- [x] Implicit Veb contexts passed to requests
- [ ] Direct C/C++ interop without generating wrappers
- [ ] Make ORM work without installing developer libs (libpq-dev etc)
## [Version 0.6]