mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
I've added a trait called `CursorTrait`. I know it's not a good name for now, but I didn't know what tto change then enum `Cursor` to. This trait wraps all common functionality, and some functionality that is yet too specific that needs to be fixed. This is needed in order to have layered cursors where for example, MvccCursor will need a fallback BTreeCursor. Closes #3660