I am thinking of building a browser extension that would need access to a database of around 30 thousand items, with no more than 3 attributes each. Having this embedded in a json object doesn't seem like the right thing to do, but databases is not something I know much about.
Having the database on a server is not an option.
What is the right path to take? Should I use a sql file and a library?
Thanks!