Show HN: NoSQL, but it's SQLite
31–40 of 48 posts
Re: Show HN: NoSQL, but it's SQLite
#32[flagged]
Re: Show HN: NoSQL, but it's SQLite
#33It's stored :memory:, there exists the same interface with: let x = {} x['foo'] = bar This is a parody because the implementation is hidden, and I'm not convinced the implementation isn't just newing an object.
And the point is, you could easy do `const db = new Database("./database.sqlite")` instead.
The wrapper makes it so manipulating your database is just like manipulating a plain Javascript object.
Re: Show HN: NoSQL, but it's SQLite
#34Re: Show HN: NoSQL, but it's SQLite
#35Not a database, just a map of json strings where you can update the json stored at some key. You could write the same interface on top of localStorage.
Re: Show HN: NoSQL, but it's SQLite
#36[flagged]
I'd be a little less reflexively hostile if the prompting used to generate it was prominently included, so that it was at least possible to see which properties of the output were deliberately asked for. When I read a piece of code I don't understand, ideally I'm able to assume that the author intended what was written, and learn something when I figure out why. With AI generated code, I can't do that: the original a…
Re: Show HN: NoSQL, but it's SQLite
#37Re: Show HN: NoSQL, but it's SQLite
#38Earlier quoted context omitted.
Seems to mean "negative-acknowledgement" if like me you've never seen this abbreviation used before. And yeah I agree.
o1-pro understands JS proxies better than me tbh, so probably a positive acknowledgment.
Re: Show HN: NoSQL, but it's SQLite
#39It's stored :memory:, there exists the same interface with: let x = {} x['foo'] = bar This is a parody because the implementation is hidden, and I'm not convinced the implementation isn't just newing an object.
The implementation is very clearly included, if you... scrolled down. And the point is, you could easy do `const db = new Database("./database.sqlite")` instead. The wrapper makes it so manipulating your database is just like manipulating a plain Javascript object.
Re: Show HN: NoSQL, but it's SQLite
#40> Built with o1. Yes, yes, database with AI written code. NoSQL with a database that can't be trusted with your data? I. have. seen. this. before. To quote a classic: > I suggest you pipe your data to devnull it will be very fast In defense of the database that video was about, I worked as a software architect for the company which became the first commercial user of it, Eliot hilariously didn't want to accept money…