It says full-stack but I only see Front End #57
-
I saw the demo video and it's fantastic! Something that I was dreaming about but always postponing. My question is, as it is a full-stack framework, will it include easy or managed database access, in the sense that I declare a Go struct and the database gets created and/or updated? Also, other common parts that are needed in an application like authentication, internationalization, etc... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @jmaister, as I understand it, that is not yet part of what was publicly launched. Elsewhere, @matthewmueller wrote:
|
Beta Was this translation helpful? Give feedback.
-
Thanks @jmaister for opening this discussion and for the kind words! @thepudds is correct, but to add a bit more flavor. Many of the features you mentioned are planned, but to get a sense of where the framework is heading, I'd have a look at the reserved directories: https://www.notion.so/Hey-Bud-4d81622cc49942f9917c5033e5205c69#e6351d67adb143ceaa45e957caa5bdff It's a bit cryptic, but those are all features I'm currently planning to add to the framework. This will no doubt take at least another year or two. The first step was to see if there was genuine interest in a full-stack Go framework. Thanks to developers like yourself, I've answered this question. I implemented the bare minimum to be able to record a demo and put up a website. This required views and controllers. I have a bit more foundational work to do to shore up the compiler and simplify deployments, then I'll wrap up website, get the documentation in better shape and then start working on these code generators. I'm hoping others can start to contributing to the roadmap too. Anything I can do to onramp more contributors, please let me know. Thanks for mentioning internationalization by the way. I hadn't considered it and don't yet have experience with i18n but it seems like Buffalo could be a good inspiration. |
Beta Was this translation helpful? Give feedback.
Thanks @jmaister for opening this discussion and for the kind words! @thepudds is correct, but to add a bit more flavor.
Many of the features you mentioned are planned, but to get a sense of where the framework is heading, I'd have a look at the reserved directories: https://www.notion.so/Hey-Bud-4d81622cc49942f9917c5033e5205c69#e6351d67adb143ceaa45e957caa5bdff
It's a bit cryptic, but those are all features I'm currently planning to add to the framework. This will no doubt take at least another year or two.
The first step was to see if there was genuine interest in a full-stack Go framework. Thanks to developers like yourself, I've answered this question. I implemented the bare minimum to…