Skip to content
#

database-management

Here are 711 public repositories matching this topic...

directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

liquibot
liquibot commented Apr 27, 2020

Context

As a reader of online docs, it is not clear when doing diff which database if the "reference" against which a "target" is compared. This makes it tough!

As a reader of online docs, hoping to do a diffchangelog, it is not clear how to set the url and referenceURL parameters if i want to apply the generated diffchangelog against one db to migrate it up to the other. Which is which?

R

pgaro
pgaro commented Aug 12, 2019

The explain analyze button doesn't use buffers. Offering explain (analyze, buffers) sounds like very helpful feature to me. I even think that explain (analyze, buffers) might be the better default for analyzing queries. That differs from verbose, which is not considered as very helpful by a major part of the community.

All the best
pgaro

bug
Prequel
QuintenJustus
QuintenJustus commented Jul 15, 2019

Why I need your help

Currently I'm working on a lot of features, which included adding support for different database types namely postgresql but that takes a lot of time and keeps me from adding the other features. So because of the time it takes I'm inclined to push back db support to the release after the upcoming one. But then still, it takes a lot of time.

My request

Is anyo

api
marcocala90
marcocala90 commented Dec 11, 2019

Hi, i'm currently using Directus v7. It's the first time I use hooks. There is a way to have different hooks for each project. Because if in my projects I have some collections with the same name. I can't understand how to distinguish them.

Example of my hook:

return [ 'actions' => [ 'item.update.courses' => function (array $data) { //code } ] ];

Expected:

chenfiona
chenfiona commented Feb 3, 2020

Is your feature request related to a problem? Please describe.
There are existing data in one DB which I need to harmonise and customise data using data hub.

What is the user-facing scenario that prompted this gap in functionality?
Existing data is in one DB, need the best practice to further harmonise and customise such data using data hub.

Describe the solution you'd like
A

Improve this page

Add a description, image, and links to the database-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the database-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.