penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Make it possible to get row values as &str #98

Closed haaawk closed 1 month ago

haaawk commented 1 month ago

This allows to avoid some unneeded copies and allocations.