Highly visual, great for people who have difficulties finding curly braces and the semicolon on their keyboards ;)
Ask HN: Best low-/no-code solution for simple web-based database frontends
81–90 of 146 posts
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#82Noodl! https://www.noodl.net/ Highly visual, great for people who have difficulties finding curly braces and the semicolon on their keyboards ;)
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#83I’ve tried Retool in the past. Really enjoyed it. https://retool.com
+1 on retool, my company uses retool extensively to build out admin tools for our operations and CX teams. It's incredibly straightforward and easy to hook it up directly to DB's for reading, as well as other query/requests. Coming from building admin tools in ruby on rails previously, this is incredibly easy and straightforward. If I have the money to pay for retool I don't think I would choose another tool in the f…
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#84Earlier quoted context omitted.
The interface between Microsoft PowerApps and Microsoft Dynamics for example seems to make sense to me - that these low-code solutions can be used to augment an existing (cloud-based) ERP with new forms/capability that wouldn't otherwise be practical. It seems to be a case of 'right-tool-right-job' rather than a blanket rule that no-code is good/bad. I actually think no-code is incredibly powerful when applied by the…
I personally believe that Microsoft has lost their way when it comes to low code (which is why we are trying to build a replacement). PowerApps is a lot less powerful than the traditional VBA/Excel/Access combo. However they did manage to add RPA to PowerApps, which is a plus.
Access... I agree and miss it, but I can see why they wanted to replace it. You couldn't build scalable applications with it because of database locking, and to do the sort of stuff you can do in PowerApps you had to resort to VBA which was beyond the capability of most users (and a language they were trying to escape from anyway!). Lots of the things being built in Access could also be built in Sharepoint Lists, which was also simpler for many users and 'cloud/mobile native'. The more complicated things being built in access... I believe Microsoft probably looked at a lot of them and thought that they would be better in SQL Server & C# / Visual Studio. Plus from a commercial perspective it's way easier to sell PowerApps, you just show managers that you can put things on their phone.
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#85Earlier quoted context omitted.
That seems reasonable, though it looks like it's a few years old by now. You can use my project template, it comes with the admin enabled out of the box: https://github.com/skorokithakis/django-project-template You just install that, add the TODOs that it says, and then run it with "./manage.py migrate; ./manage.py createsuperuser; ./manage.py runserver", and that's about it.
I took a quick look at the README and this looks like a great resource. Docker-readiness is a nice touch. I should definitely find some time for trying this out. Thank you for the advice, Stavros!
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#86Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#87Earlier quoted context omitted.
This is definitely the correct approach! This will take a few minutes to implement and be significantly more stable and full-featured than any low/no-code solution.
Interesting! It would be awesome if anyone would want to expand on this advice (^_^) How does one get started with Django Admin? Would this tutorial be a good start? https://first-django-admin.readthedocs.io/
Here is the relevant page:
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#88You should check out ZenBase https://getzenbase.com . It's a completely web-based database application builder with built-in user role management, CRUD UI, and data audit trail. It's a mix between Retool and SeekWell.
We have a feature called Forms[0] which is pretty spot on for what OP mentioned. Happy to show you (or anyone else) around the product. I'm mike@seekwell.io
Also worth noting we have a simple way to two way sync data between Google Sheets and a SQL database[1]. This turns Sheets into a UI for your database. Works really well for teams that are already using Sheets and turn
0 - https://doc.seekwell.io/forms 1 - https://doc.seekwell.io/syncsheet
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#89Full Disclosure: I worked at Frappe for the last 2 years
Re: Ask HN: Best low-/no-code solution for simple web-based database frontends
#90Also worth noting we have a simple way to two way sync data between Google Sheets and a SQL database[1]. This turns Sheets into a UI for your database. Works really well for teams that are already using Sheets and turn
0 - https://doc.seekwell.io/forms 1 - https://doc.seekwell.io/syncsheet