Sam Halvoe
New member
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 System, it's the OS Interface,
which is used by SQLite to interact with the underlying file system and/or os. (see SQLite Website)
(I also looked at the ESP32 version from this repository, to learn some things: see on GitHub)
It's not polished and certaintly not finished. But a simple test succeded, running the main.cpp file of the project.
I am open for all questions and suggestion.
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 System, it's the OS Interface,
which is used by SQLite to interact with the underlying file system and/or os. (see SQLite Website)
(I also looked at the ESP32 version from this repository, to learn some things: see on GitHub)
It's not polished and certaintly not finished. But a simple test succeded, running the main.cpp file of the project.
I am open for all questions and suggestion.