Show HN: SQLite Online – 11 years of solo development, 11K daily users
21–30 of 153 posts
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#22[flagged]
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#23Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#24Earlier 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.
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#25Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#26Earlier 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 persistedRe: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#27> No auto-renewal
That's not subscription.
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#28[flagged]
Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#29Re: Show HN: SQLite Online – 11 years of solo development, 11K daily users
#30Earlier 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.
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").