← Back to context

Comment by mbreese

1 day ago

Is there a place these days for interfaces like this? I’m thinking about self contained applications like HyperCard stacks, but also FileMaker databases or even Access databases where we had interfaces linked to a database all as a self contained application. These tools with scripting languages powered a ton of small business applications. I know a lab I worked with was still using FileMaker databases up until a few years ago. These were user developed applications, done by people who may have been a bit technical, but who didn’t to know a full programming language.

If you’re a small shop and have a need for a little database, what do you use? Is there a default now? Notion?

I've seen people (non IT) do similar things (i.e. develop small applications) with Excel.

I created my bibliographic database with HyperCard. And I still miss it. HyperCard's attractiveness was the easy UI creation. FileMaker wasn't bad, but a bit more limited UI wise. And sqlite, while a phantastic DB misses the easy UI.

Sure. Oracle APEX is popular. You never hear about it on HN because the target user base for low code stuff doesn't overlap with the HN set much, but it's huge.

https://blogs.oracle.com/apex/organizations-ww-chose-apex

In that IDC survey it's the most popular low code product, over 2 million apps and half a million developers.

There's a SaaS version at apex.oracle.com with a free tier if you want to try it, and you can self-host it as well.

  • That’s what I’m looking for - low code environments for making quick applications that aren’t sexy, but that are genuinely helpful for a non-technical business. Thanks!

    From that link, it seems that Salesforce and Microsoft also have offerings. That doesn’t surprise me at all. I’ve seen a bit of MS PowerApps, but generally discounted it as I thought that app should have been a proper DB. Now I’m thinking that I may have been a bit hasty.

Why past tense, Filemaker and Access are still being sold.

A solution would probably be Airtable.

  • It’s more that I haven’t really seen many examples of Access or FileMaker applications in the wild for a while. Most of these were CRUD apps that were able to be moved to the web. But that doesn’t mean that typical users are any more capable of navigating hosting setups for modern CRUD web apps.

    The FileMaker example I saw was really for a legacy shop that was primarily used for existing applications. Nothing new was being added.

    But I’m sure there are more examples in the wild than I would have seen. I was curious what the larger HN community has seen or has experience with.

    I mean, for me, I’d probably put something in a SQLite database and build a simple web GUI on top of it. But I know that’s an option. What does a typical office worker do these days? Put everything in Excel? (That’s probably the answer)

    • Well thats the crux. While the display may seem simple (a grid, a few controls), a Web UI CRUD app, while routine today, is NOT simple.

      While it's been 20+ years since I dealt with either, you can create table, get a navigable (and perhaps other features), and a CRUD detail screen in just a few minutes of drag and drop.

      And it's right there, on your machine, no cognitive load about, well, anything, and ready to go. Another 10 minutes and you have a printable report spewing out on your laser printer.

      It's quite a first step to go beyond the wizard based stuff into BASIC and such, but the fundamentals are there. And the fundamentals are useful out of the box.

      You can set up a usable Access DB and MS Word Mail Merge in probably 1/2 hour of reading some tutorials.

      Finally, out of the box, the screens look "ok". Your collection of fields conveniently fill the window nicely. You don't have a 21" x 12" white, barren canvas with Name, Address, C/S/Z and two buttons crammed up in the upper left corner. "Gee why is the font so small?" So now you don't have to fall down the rabbit hole to try and make your simple form even baseline "presentable".

      It is curious that MS (afaik) does not have a way to drag and drop an Access application and have it "deploy" to the web, and (afaik), Access isn't part of Office 365 either.

      2 replies →

  • FileMaker is no longer affordable. A single seat is around $500.

    • Suggested retail price for Filemaker when it was originally released in 1985 for Macintosh was $195. That's about $600 these days.

      It is about as expensive as it ever was.

      6 replies →

> If you’re a small shop and have a need for a little database, what do you use?

There's a zillion of under/over-developed solutions. Too much fragmentation for something to get enough traction to reach critical mass? Tricky space.

SQLite seems to me like it fits the bill.

  • SQLite doesn’t have a built-in user interface. The value of something like FileMaker isn’t the underlying storage mechanism, it’s the WYSIWYG user interface building that lets you quickly build custom apps around it

    • (sigh) I was replying to:

      >"If you’re a small shop and have a need for a little database, what do you use?"

      not the rest of the comment. mea culpa for not quoting that specific Q.

      Edit: as for the rest of it, I love using Obsidian for ~everything. It's not a database, but it does support queries and rendering of tabular data, which meets all my admittedly modest needs.

      (if a true db is required, some ppl like logseq which has some feature overlap w obsidian but is db-driven)

      1 reply →