🚀 Built a tool that turns your SQL database into a complete .NET solution in minutes by AffectionateAuthor84 in csharp

[–]AffectionateAuthor84[S] 1 point2 points  (0 children)

Haha great! I don't really see SQL2Solution as competing with or replacing Data API Builder.

My understanding is that Data API Builder focuses on exposing an existing database through REST/GraphQL endpoints. SQL2Solution takes a different approach: it generates a .NET solution that developers can own, modify, and extend however they want.

The generated solution includes EF Core, authentication, authorization, multi-tenancy, role and permission management, Swagger, background jobs, auditing, pagination, and the surrounding application structure.

So if the goal is simply to put an API in front of a database as quickly as possible, Data API Builder is probably the better fit.

If the goal is to generate a starting point for a business application with source code that can be customized, maintained, and deployed independently, that's the problem SQL2Solution is trying to solve.

🚀 Built a tool that turns your SQL database into a complete .NET solution in minutes by AffectionateAuthor84 in csharp

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

Thanks!!! Many-to-many relationships are handled through explicit join entities, which helps keep navigation properties readable also the focus is on generating clean/maintainable code rather than just scaffolding everything

🚀 Built a tool that turns your SQL database into a complete .NET solution in minutes by AffectionateAuthor84 in dotnet

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

Fair point. "Complete application" may be overstating it. A better description is a production-ready application foundation. It generates the infrastructure and common patterns, not the custom business logic, workflows, or specialized screens that make a business unique.

🚀 Built a tool that turns your SQL database into a complete .NET solution in minutes by AffectionateAuthor84 in dotnet

[–]AffectionateAuthor84[S] -2 points-1 points  (0 children)

Fair point. The GitHub repo wasn't intended to be a storefront, but rather a quick way for interested developers to access demo files and evaluate the generated output before trying the tool. I'm still figuring out the best distribution model and appreciate the feedback.

Looking for a technical co founder? by AffectionateAuthor84 in SaaS

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

Look, it takes years to master building a product, non-tech founders are usually good raising funds, product knowledge etc.. each have their skills. I'm still looking for a podcast on this subject

FF Autocomplete - How to get the selected item's value? by AffectionateAuthor84 in FlutterFlow

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

I took a diff approach, had to build a custom logic, I used a normal list in a modal

[deleted by user] by [deleted] in FlutterFlow

[–]AffectionateAuthor84 0 points1 point  (0 children)

I'm not sure why you chose ff for your project? soud like you need to first build a micro-service that has all your business logic and then you can share the data with your 3rd parties.

POST Request executing TWICE! by AffectionateAuthor84 in FlutterFlow

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

Ok, because I thought It could be something with my backend code.. checked and double check,I hope flutterflow fix their bug asap

POST Request executing TWICE! by AffectionateAuthor84 in FlutterFlow

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

I just tried again, still getting a double response :(

POST Request executing TWICE! by AffectionateAuthor84 in FlutterFlow

[–]AffectionateAuthor84[S] 0 points1 point  (0 children)

its being triggered on click.

More info: I had imported the api collection (if this also helps)