Search results

  1. Sam Halvoe

    SQLite Library (VFS) for Teensy 4.1

    I want to update the library and add an example sketch. But unfortunately I don't have time for that at the moment.
  2. Sam Halvoe

    SQLite Library (VFS) for Teensy 4.1

    Would it be a good idea to provide a mechanism for error handling with a callback that converts error codes of the used filesystem library to error codes that are understood by my library or by SQLite? I could provide default callbacks for some libraries that implement the FS interface. In...
  3. Sam Halvoe

    SQLite Library (VFS) for Teensy 4.1

    I switched in my Library to FS and made SdFat an optional dependency. Thank you for your replies.
  4. Sam Halvoe

    SQLite Library (VFS) for Teensy 4.1

    Did not know about FS Interface. Would I have to implement FileImpl myself or exists an implementation for SdFat/SD cards?
  5. Sam Halvoe

    SQLite Library (VFS) for Teensy 4.1

    Hello everyone, I started working on a SQLite Library for Teensy 4.1 --> see Platform IO Project on GitHub. I took the test_demovfs.c from SQLite Website and used the Teensy SdFat library to implement the VFS. I am using the built in SD card slot of Teensy 4.1. VFS stands for Virtual File...
Back
Top