FitchApps 5 minutes ago

What a nice tool. Thank you for building and maintaining the product. I casually use it to validate SQL joins

melvinchus 7 minutes ago

Incredible persistence. Eleven years maintaining a live product at that scale is no small feat. SQLite is timeless — this kind of craftsmanship is what keeps the web interesting.

hu3 an hour ago

Cool project. Congrats for keeping it up for so long!

Could you share some numbers like a ballpark of subscribers?

  • sqliteonline an hour ago

    Thank you, unfortunately, almost zero.

    • hu3 39 minutes ago

      Thanks for sharing. Still valuable for me in any interview if someone says they kept a service up for 11 years. Shows determination.

bob1029 an hour ago

I am really struggling to figure out what this is or how it provides value.

  • zvmaz an hour ago

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

    • zvmaz 13 minutes ago

      I don't understand the people trying to convince others that this tool is useless by saying "just do it this way, duh!". It is useful, even from a rapid glimpse at the website.

      Be kind and sensible.

    • WesolyKubeczek 32 minutes ago

      > 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.
      • sqliteonline 29 minutes ago

        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.

        • avinassh 11 minutes ago

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

        • zwnow 23 minutes ago

          you can just share the file, huh

          collaboration sounds nice though, it definitely has a market considering 11k daily users.

          • sqliteonline 17 minutes ago

            If the database is loaded from an external source (as shown in the examples), using the "Share Script" feature automatically attaches a link to the database. The link allows both the database and the script to be accessed and loaded.

      • oblio 4 minutes ago

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

  • tiffanyh 36 minutes ago

    I would have loved this 25-years ago during university.

    Would have made homework (and just learning) significantly easier.

foofoo12 an hour ago

I get this message:

The site takes a long time to load: is your internet slow?

If you have an old version of the browser update to the latest or use the latest version of chrome.

Close all tabs with the site and reload the last one.

support: z@sqliteonline.com

  • foofoo12 an hour ago

    Current Firefox on Linux. This is the console message:

    downloadable font: Glyph bbox was incorrect (glyph ids 33 55 62 81 82 83 84 87 88 89 90 112 119 120 123 139 159 162 164 166 178 184 185 217 218 272 273 274 275 279 281 284 290 291 292 309 310 319 321 323 326 329 330 331 332 333 334 339 341 347 349 351 352 353 354 357 358 361 366 367 370 371 414 431 436 444 445 458 460 464 465 483 505 508 511 514 516 517 518 520 521 538 539 546 568 574 579 580 585 586 594 596 599 602 603 616 618 622 627 629 630 633 634 638 643 645 651 654 665 675 685 686 688 691) (font-family: "FontAwesome" style:normal weight:400 stretch:100 src index:1) source: https://sqliteonline.com/fonts/fontawesome-webfont.woff2?v=4...

    using deprecated parameters for the initialization function; pass a single object instead sog3.js:2251:21

    Uncaught (in promise) ReferenceError: RTCPeerConnection is not defined <anonymous> https://sqliteonline.com/f/agw31.0.26.min.js:49 async* https://sqliteonline.com/f/agw31.0.26.min.js:87 async* https://sqliteonline.com/f/agw31.0.26.min.js:89

    • sqliteonline an hour ago

      You may be using an outdated browser version that doesn’t support some features. Please update your browser to the latest version for the website to work properly.

      • tecleandor 27 minutes ago

        I also get the glyph message on my Firefox 144.0b8 and it runs fast here, so I guess that shouldn't be the reason...

        RTCPeerConnection is available in Firefox and Chrome since 2017... son unless the browser is veeery old... Maybe something blocking RTC?

        • sqliteonline 21 minutes ago

          Yes, the issue may be caused by WebRTC being disabled in your browser settings.

stronglikedan 16 minutes ago

Holy bus factor, Batman! Train somebody up already FFS! People are relying on you. 11 years of solo development is nothing to brag about when people are paying you for a service.

  • oooyay 6 minutes ago

    Some things in life are just not that serious. People can have passion projects they plan on going nowhere.