lcnvdl / html-go

HtmlGo: The interpreter that lets you 'program' in HTML! Now you can finally join the fun and proudly say you're an HTML programmer (sort of)!
https://htmlgo.org
Other
2 stars 0 forks source link

Database and Entity Support #3

Open lcnvdl opened 1 year ago

lcnvdl commented 1 year ago

Title: Database and Entity Support

Description: This ticket aims to introduce comprehensive support for databases and entities in HtmlGo. The goal is to enable developers to seamlessly interact with databases, read and interpret entities, and automatically map them for easy usage within HtmlGo applications.

Key Objectives:

By incorporating database and entity support into HtmlGo, we aim to streamline the development process for database-driven applications. This ticket involves extensive database integration, query parsing, and mapping logic, and it requires careful consideration of performance, security, and usability aspects.

Contributions and suggestions are welcome as we work together to bring database and entity support to HtmlGo and empower developers to build dynamic, data-driven applications. Let's make HtmlGo a versatile language for database interactions and entity management!

Please feel free to provide feedback, ask questions, and contribute to this ticket. Let's shape the future of HtmlGo together!

lcnvdl commented 1 year ago

Here are the notes regarding the decisions made for the database plugin (devlog):