Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
M
@sycnyz 您好,MemFireDB兼容PostgreSQL 11.2协议,小编暂时没有找到E4A(易安卓)访问MemFireDB的方法~
No one has replied
@navy-blue 您好,目前云数据库暂不支持更好主键数据类型,请知晓~
A
@tw 目前可以使用MemFire Cloud提供的VsCode插件,或者其他客户端的表编辑器功能,详见:https://community.memfiredb.com/topic/183/超轻量级的vscode插件-数据库想用就用
S
@shangjiewei MemFireDB兼容Postgresql协议,可以使用postgres对应的函数 string_agg函数,详见教程:http://postgres.cn/docs/11/functions-aggregate.html
@leo 您好,data不能把值付给feedback ,把feedback去掉试试,直接{data,error}或者用一个res接收返回的数据~
@winter MemFire Cloud中,数据库与应用之间的区别:
列表MemFire Cloud提供了云数据库和应用开发两种服务,前者使用SQL接口访问,后者可以通过API、SQL访问;
应用中包含了数据库组件,建表后可以自动生成API访问接口~
@wsy 亦可以参考教程, 使用功能强大的DBGate客户端来导出数据,https://community.memfiredb.com/topic/175/教程23-应用实战-使用dbgate管理memfiredb数据库
@17319377415 可以使用blob 或者 bytea 类型存储到云数据库中,也可以使用storage api存储到bucket中。🍒
@winter 具体可以参考文章,讲述了如何来解决这种问题:https://docs.sqlalchemy.org/en/14/core/engines.html#sqlalchemy.create_engine.params.pool_pre_ping
@qq88985356
JS安装 安装supabase-js 通过npm命令安装
通过Gitee获取源代码 GitHub.
或通过CDN
云存储的JS接口可以参考:https://docs.memfiredb.com/base/javascript/storage-createbucket.html
快速入门:Vue3:https://docs.memfiredb.com/base/example/QuickstartsVue3.html
希望对你有所帮助,如有疑问,欢迎随时沟通~🍒
@xiaowa MemFire Cloud提供了云数据库和应用开发两种服务,前者使用SQL接口访问,后者可以通过API、SQL访问; 应用中包含了数据库组件,建表后自动生成API访问接口;