from Hacker News

Ask HN: Good tool to build a web interface on top of SQL Data

by akaktsn on 10/27/20, 10:23 PM with 3 comments

Hello, I was wondering if there was a good tool that could function as a web interface for SQL data. Ideally something I could define the queries for but also have a customizable search front end. Thanks.
  • by discordance on 10/27/20, 11:10 PM

    For a quick web interface, I’ve used this on top of sqlite and it’s fantastic:

    https://github.com/simonw/datasette

  • by uberman on 10/27/20, 10:35 PM

    Do you want to code at all or are you looking for something no code?

    There are many frameworks with good scaffolding if you tell us your tech background I'm sure you would get lots of pertinent feedback