Live data from Hacker News

Show HN: SQLite Online – 11 years of solo development, 11K daily users

sqliteonline.com

21–30 of 153 posts

Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users

#24
post #5

Earlier quoted context omitted.

For me: Try queries without the hassle of setting up a database. Learn SQL. Experiment. Etc.

> For me: Try queries without the hassle of setting up a database. sqlite3 some-file.db That's the whole "database setup" in case of SQLite.

I think someone forgot what made the web the most popular platform in the world.

Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users

#26
post #5

Earlier quoted context omitted.

For me: Try queries without the hassle of setting up a database. Learn SQL. Experiment. Etc.

> For me: Try queries without the hassle of setting up a database. sqlite3 some-file.db That's the whole "database setup" in case of SQLite.

   sqlite3 :memory:
if you don't want it to be persisted

Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users

#30

Earlier quoted context omitted.

> For me: Try queries without the hassle of setting up a database. sqlite3 some-file.db That's the whole "database setup" in case of SQLite.

This method is not available on all devices and does not support sharing or collaboration. The website, however, works on any platform and allows working together in a single shared database.

> This method is not available on all devices and does not support sharing or collaboration.

The parent cites "hassle of creating the database" and does not mention sharing or collaborating. I showed that it doesn't get more hassle-free than this and doesn't even require connectivity (which might be a problem "on some devices" or "in some locations").

Post reply on HN