Live data from Hacker News

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

sqliteonline.com

51–60 of 153 posts

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

#51

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.

How do I get this sqlite3 command to work on my Chromebook? When I type this in on my Windows machine it's not working either. Are there other steps I need to take first?

As a developer, on your development machine, if you use sqlite even infrequently, then no.

Anyone else, probably, but then why would you use this tool if you have no need for sqlite?

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

#52
post #34

Earlier quoted context omitted.

> 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").

> doesn't even require connectivity (which might be a problem "on some devices" or "in some locations"). You are just trying to prove a point instead of understanding it. > "hassle of creating the database" and does not mention sharing or collaborating. He might just have summarized everything as "hassle of creating the database". Not everything on internet is supposed to be a debate with highly and carefully develop…

> You are just trying to prove a point instead of understanding it.

> He might just have summarized everything as "hassle of creating the database".

You are also making an assumption, though. That person might not have known "sqlite3 mydb.db" is all you need to create a sqlite database.

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

#53

I'd highly suggest getting a designer, or somehow thinking with more of a product mindset? I fail to understand what it does quickly, which shouldn't happen to a potential customer.

11k daily users is very good even without this so-called "product mindset"!

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

#55

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.

How do I get this sqlite3 command to work on my Chromebook? When I type this in on my Windows machine it's not working either. Are there other steps I need to take first?

>my Chromebook

LOL

>my Windows

If you're the kind of person who even knows what SQL, SQLite or hell even a database is, you already know SQLite runs on pretty much anything.

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

#57

Earlier quoted context omitted.

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.

how does collaboration works for SQLite, since the db is embedded?

Uhm, by allowing multiple people to connect to the same database through a webapp like this?

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

#58
post #27

The paid subscription lists this feature: > No auto-renewal That's not subscription.

Sure it is. A subscription's defining trait is continuity of access contingent on periodic renewal, whether manual or automatic. People subscribed to things way before online payments or even credit cards were common. A modern, if niche, example is Tarsnap.com. Once in a while, I get an email from Colin telling me to pay up if I don't want my backups deleted.

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

#59
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.

Where do I type that in on my iPad?

Some people might not have computers but still want to learn?

Post reply on HN