-
### What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
0.19.13
### Describe the Bug
1. Given `drizzle.config.ts`:
```ts
import { Config } fro…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
I'm trying to switch from prisma to drizzle.
To begin, I've …
-
For consistency, I think it would be nice if all functions (including builtins) allowed introspection, at least for the arguments, and respond to `has-key` so that other elements can be checked for ex…
-
Hello Team,
I have a Keycloak public client to authenticate ReactJS web and ReactNative mobile app.
I have go( with gin) service for REST APIs in the backend.
The issue here is that I am not ab…
-
I'm using migra with a Hasura project. Hasura has an [Event Triggers](https://hasura.io/docs/1.0/graphql/core/event-triggers/index.html) feature that generates SQL trigger functions. Looks like migra …
-
**Summary**: pulling schema from a local SQLite database creates schema statements that don't parse as TypeScript.
**Example**:
```js
// generates field definitions including this:
{
type: te…
-
This will allow introspecting language support, eg ES2015 etc.
eg:
```js
function isConstSupported() {
try {
new Function('const foo = 3');
return true;
catch (e) {
return …
-
# Bug Report 🐛
Types of ast fields are sometimes [string](https://github.com/accordproject/concerto/blob/4d184fc90ae8d409b9bb8b1166385300be405ff1/packages/concerto-core/types/lib/introspect/decor…
-
This is adding to the binary size (#304).
The problem is number of `format!` calls and `format` macro generating a lot of code. Possible solutions:
* Convert the macros to create string literals…
-
Although liballocs queries cannot be issued before liballocs is initialized, which is some way into process start-up (but we aim for as early as possible), we would like the ability to introspect *lat…