跳到主要内容
ArcBlock Community

Question: How do apps deal with databases?

SomeGuy
开发者
blocklet-serverqa

I was wondering how you deal with apps that require a (closed) database? Especially in relation to AIGNE generated applications?

Also, I would suggest to show a video on the Blocklet homepage that demonstrates how easy it is to create a blocklet based application. Right now, the website / docs can be experienced as a maze for new comers.

3 条回复

wangshijun2年前

I was wondering how you deal with apps that require a (closed) database? Especially in relation to AIGNE generated applications?

If the app is composed of multiple blocklet components, its database is usually "composed" since each component needs to maintain its own state, it depends on each component on how to handle database storage, the same principle applies to AIGNE generated apps.

I would suggest to show a video on the Blocklet homepage that demonstrates how easy it is to create a blocklet based application.

To create/bundle/publish a blocklet on the ArcBlock platform, there are 2 ways for different user types:

  • Developers: they can turn their existing projects into a blocklet or just use Create first blocklet to start a brand new blocklet
  • Users: they can use the blocklet studio just inside each blocklet dashboard to create/bundle/publish blocklets, the complete workflow will not require any touch on coding.

More docs/tutorials/videos are on the way, and they will be organized in a way that different types of users can find their way to getting started on the ArcBlock platform easily.

SomeGuy2年前

Thanks for answering. Is the composed still reachable for the developer only? Would that be a database like PostGress or MySQL or something else?

Vincent2年前

My experience is that you can use any database, however if you were to publish a blocklet requiring a specific database outside of sql lite, you may want to make the database url a required field.

回复