question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for extensions

See original GitHub issue

https://www.prisma.io/docs/concepts/components/prisma-schema/postgresql-extensions

With the current implementation, this code:

datasource: {
  // rest
  extensions: `[pg_tgrm, zombodb]`,
  // rest
}

Evaluates to:

extensions = "[pg_tgrm, zombodb]"

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
KrzysztofZawislacommented, Dec 13, 2022

@ridafkih I have checked the new release (1.8.5) and everything works perfectly good.

I’m also happy about the fact that you have created that library, and we found it. Unique and well-done documented library in this field. Our Prisma schema expanded dramatically, and we thought that have to be separated + we had issues with stuff that must have done programmatically like country codes or enums generated based on typescript enums. We will make a PR or report issue in case when we will found a way to improvement something, but firstly we need to make our PostgreSQL, MongoDB, and FaunaDB schemas/structure and migrations 😅.

Best Regards, Krzysztof Zawisła and @borys-malinowski

1reaction
ridafkihcommented, Dec 12, 2022

@KrzysztofZawisla Alright, #54 should address this fair and square. I was actually looking at the project you’re contributing to the other day that implemented Schemix, and was impressed by the scale at which you guys took the library. Was very happy to see that.

Since you guys are really using the library well, if you have any other suggestions, feature requests, or bug reports, let me know and I’ll be sure to address them as soon as I can. Since you guys are using MongoDB, I’d love to pull some of the situations where you might have to create wrapper functions or use raw out and make sure they’re integrated directly to improve the usability of the library.

Anywho, feel free to review #54, otherwise I’ll have it merged in today or tomorrow.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Install and manage extensions - Chrome Web Store Help
Install an extension · Open the Chrome Web Store. · Find and select the extension you want. · Click Add to Chrome. ·...
Read more >
How to Add Extensions to Chrome or Remove Them
1. Open Chrome and then navigate to the Chrome web store. · 2. Search or browse for the extension you want to add...
Read more >
Chrome Extensions getting started guides
We hope the new Getting Started guides help you feel confident and supported as you embark on your extension development journey. Updated on ......
Read more >
How to add or install Chrome extensions - Brave Browser
Open Google Chrome, and click Chrome in the top toolbar of your computer. Click About Chrome. Click Extensions. This will open a new...
Read more >
How to Install Chrome Extensions on Android - Alphr
1. Open the Android "Kiwi Browser." 2. Tap on the "vertical ellipsis" (three vertical dots) menu icon. 3. Select "Extensions."
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found