SQLBase is a fully featured Relational database platform that enables users to “without code”, create a database, generate data, query, and visualize the data with charts.
With powerful form tools, users can auto generate SQL database code to kick start their next tech project. Schema code can be exported, and also visualized with auto generated ERD diagrams.
With a button click, schema language can be used to create a real SQL database, and then seeded with fake data to ensure that the database is designed exactly to spec.
Simple or advanced SQL Queries can be built with form tools and then executed on a database to return and display the results in newly generated tables.
SQLBase uses modern React charting libraries to visualize the data relationships between tables in a relational database by generating highly usable and visually appealing charts.
Front End: React, Node, Axios
Back End: PostgreSQL, Express
APIs/Libraries: Falso API for fake data generation. Recharts library for charts.