SQLite Forum

Sqlite3 on Bare-Metal Scheduler System
Login

Sqlite3 on Bare-Metal Scheduler System

(1) By KS (khushboo) on 2020-11-18 08:40:44

Hi,

I am planning to design a scheduler on my own from scratch with bare minimum functionalities.
The application will have functionalities based on frequent & huge memory read-write operations.

Would like to know if SQLite3 can be used for this purpose?

If YES, any known challenges that can hamper my development.

If NO, what else can be used for this purpose?

Any help & pointers are very much appreciated.

Thanks