logoalt Hacker News

HoldOnAMinuteyesterday at 10:52 PM1 replyview on HN

Maybe someone can put the core FoxPro ideas on top of SQLite


Replies

EvanAndersonyesterday at 11:09 PM

If it isn't client / server architecture there's no privilege separation using SQLite either. The storage format isn't the concern. Rather, the concern is it all runs in the same OS security context.

show 1 reply