-
first of all: Thank you for making Litestream. It really helped to get our product off the ground with a very simple setup :slightly_smiling_face:
Unfortunately I'm starting to see a super weird be…
-
Since CL 605576, gaby always needs database in Cloud.
For read-only features, we can do
`cd internal/gaby; go run . -project -firestoredb `
But it's tricky to locally test write functionaliti…
-
- MSSQL Extension Version: v1.12.0
- VSCode Version: 1.64.1
- OS Version: Windows 10 x64
Steps to Reproduce:
1. Set up "mssql.connections" connection profiles in settings.json
2. Go to the "SQL…
-
Hi! I'm interested in using your library, but all my IDs are `Int`s.
Your readme does explain some things very well (I used to use `type alias ThingID = Int`, for example, but now I use `ID Thing`…
-
Hi Diego, Alan,
is there any reason why -o PubkeyAuthentication=no is used in
https://github.com/dmwm/deployment/blob/master/admin/InstallDev#L71 ? We (DBS 3) have set-up an environment, that allows …
-
Pretty sire I have raised this before but when our DB has gone done for a period of time and I re-enable the sync, syncing with BU takes / can take a very long time (hours). Even during the course of…
-
During testing of a wrapper cookbook, we very quickly noticed that if the .db files corresponding to a postfix table are deleted, they are not replaced unless the content of the table file is changed,…
-
C'est une API qui permet de créer facilement et rapidement des pages web temporaires pour gérer des settings.
Exemple ici:
https://dbs-api.captaincommand.repl.co/waterfall_v3 [Dernier disign]
et ic…
-
### MongoDB (Database -> Collection -> Document)
--------------------------- --------------------------------
**1. Create DB**
`use mydb`
**2. Show DBs**
`show dbs`
**3. Current DB**
`db`
…
-
This `schema.prisma`:
```
generator client {
provider = "prisma-client-js"
output = "C:\Users\Jan\Documents\prisma-test-utils-automation\dbs\chinook\node_modules\prisma-client"
…