mirror of
https://github.com/Rolands-Laucis/Socio.git
synced 2026-05-15 06:05:53 -06:00
[GH-ISSUE #17] NoSQL #5
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/Socio#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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