pmkary 33 minutes ago What is it with SQLite that every week we have a page of its website in top of HN?
runlaszlorun 9 hours ago So am I correct I'm thinking that SQLite doesn't need, for example, FS sycalls just the VFS functions? andersmurphy 7 hours ago Yes I've used sqlite with things like littlefs [1]. Without an OS. If that's what you mean.https://github.com/littlefs-project/littlefs
andersmurphy 7 hours ago Yes I've used sqlite with things like littlefs [1]. Without an OS. If that's what you mean.https://github.com/littlefs-project/littlefs
What is it with SQLite that every week we have a page of its website in top of HN?
So am I correct I'm thinking that SQLite doesn't need, for example, FS sycalls just the VFS functions?
Yes I've used sqlite with things like littlefs [1]. Without an OS. If that's what you mean.
https://github.com/littlefs-project/littlefs
The less stuff you talk to the fewer libs you need.