-
Long story short im trying to build a journal that cant be edited. I was having issues getting immudb running on a pi4b arm32 i elected to redo everything to arm64 and i was able to build the docker images for immudb&immuclient and have them running from portainer but i cant seem to exec into the container or have anything connect to the container to pull the data or add the data. what am i doing wrong? I have attached the logs and the compose file im using. Any help of where im going wrong would be useful. `` immudb 1.4.1 Superadmin default credentials immudb 2023/04/01 16:21:28 INFO: Creating database 'systemdb' {replica = false}...
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Im trying to connect this to budibase for a front end to add the data once i have it set up. |
Beta Was this translation helpful? Give feedback.
-
Hello Correct me if I'm wrong - you are trying to use BudyBase Postgres integration directtly with 5432 psql port of immudb, right? |
Beta Was this translation helpful? Give feedback.
-
I think immudb is working correctly. Your issue is that postgresql layer is compatible only on communication level not on syntax level - that means that immudb supports right now part or postgres layer Budybase will not work now, maybe it would be cool to implement plugin for it |
Beta Was this translation helpful? Give feedback.
I think immudb is working correctly. Your issue is that postgresql layer is compatible only on communication level not on syntax level - that means that immudb supports right now part or postgres layer
The best is to use dedicated immudb SDK to communicate with immudb
Budybase will not work now, maybe it would be cool to implement plugin for it