sqlRapid prototyping a SQL server front-end GUILearn how to build a prototype application using Retool with SQL Server for your data store, and how to perform CRUD operations against it.
toolsWhat makes a great admin portal?In this article, you’ll learn what admin portals are, why you need them, and, most importantly, what aspects make a good admin portal.
tutorialBuild a simple DynamoDB GUI in 15 minutesAs a DynamoDB user, you’ve likely encountered the need for a quick and easy way to modify the data. This guide will teach you how to build GUI with CRUD functionality for your DynamoDB instance in about 15 minutes.
tutorialHow to import CSV files into FirestoreDB (Firebase)Importing a CSV file into your Firestore database is one of the most common and fundamental ways of getting information into a database. In this post, you'll learn to do it, as well as learn concepts which can help you get all sorts of other data into your Firestore instance.
toolsTop 5 MySQL GUI tools in 2021This article breaks down the leading MySQL tools and their benefits and potential drawbacks. We look at features, platform compatibility, use cases, and MySQL support.
tutorialBuild a GraphQL admin panel in minutesThis post will show you how to create an admin panel with GraphQL endpoints using Retool—in less than 10 minutes. With our pre-built components, we'll both build an admin panel UI with less code, and explain how your CRUD queries work with the UI.
firebaseHow to build a Firebase admin paneI in 4 stepsBuild an admin panel to manage Firestore documents in under 10 minutes: build out the UI, create CRUD queries, and link the queries to the UI.