[GH-ISSUE #17] NoSQL #5

Closed
opened 2026-05-05 03:20:49 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @grantsavill on GitHub (May 2, 2024).
Original GitHub issue: https://github.com/Rolands-Laucis/Socio/issues/17

Originally assigned to: @Rolands-Laucis on GitHub.

Looking to use this project with server props only, however, the DB object on SocioServer seems to be mandatory? Is there a way around this?

Originally created by @grantsavill on GitHub (May 2, 2024). Original GitHub issue: https://github.com/Rolands-Laucis/Socio/issues/17 Originally assigned to: @Rolands-Laucis on GitHub. Looking to use this project with server props only, however, the DB object on SocioServer seems to be mandatory? Is there a way around this?
Author
Owner

@Rolands-Laucis commented on GitHub (Jul 18, 2024):

Sorry, just noticed this now😅As of v1.9.0 the db.Query field is optional. I used to just pass ()=>{} in it for testing, but now you can just supply db:{} without any fields 👌
Check DB init docs for more info

<!-- gh-comment-id:2236942341 --> @Rolands-Laucis commented on GitHub (Jul 18, 2024): Sorry, just noticed this now😅As of v1.9.0 the db.Query field is optional. I used to just pass ()=>{} in it for testing, but now you can just supply db:{} without any fields 👌 Check [DB init docs](https://github.com/Rolands-Laucis/Socio/blob/main/Documentation.md#db-init-object-database-query-arbiter-allowed-verbs) for more info
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/Socio#5
No description provided.