-
- [ ] https://github.com/Masterminds/squirrel
- [ ] https://github.com/golobby/orm
- [ ] https://github.com/mazrean/genorm
- [ ] https://github.com/VinGarcia/ksql
-
### What version of `drizzle-orm` are you using?
0.30.10
### What version of `drizzle-kit` are you using?
0.21.4
### Describe the Bug
```ts
// schema
const table = pgTable('table', {
...
…
-
Followed the docker install instructions and was presented with the following error when trying to access the service.
```
SQLiteError: no such table: user
1
at prepare (bun:sqlite:280:…
-
If the source database is using eg. `ON DELETE CASCADE` in a foreign key constraint, it is completely ignored by the sync process.
**Error Encountered**
Working with the client database does not t…
-
### Proposal Details
I propose to add a query builder that would help us to write more dynamic SQL queries.
## The problem
When writing webapps, it's common to have dynamic queries that are use…
-
I have the following table `users` defined like:
```dart
class Users extends Table with CreatedAt {
UuidColumn get id => customType(PgTypes.uuid).withDefault(genRandomUuid())();
TextColumn…
-
### What version of `drizzle-orm` are you using?
0.29.2
### What version of `drizzle-kit` are you using?
0.20.9
### Describe the Bug
Reopening https://github.com/drizzle-team/drizzle-orm/issues/2…
-
First of all, thanks for your work with this great package!
I have encountered with an issue using the latest drizzle packages,
when trying to insert rows which contains fields with drizzle-postgi…
-
### Dev tool name
Mobula API
### Dev tool description
Mobula provides curated datasets for builders: market data with Octopus, wallets data, metadata with Metacore, alongside with REST, GraphSQL & …
-
This is a tracking issue for a `parse` module in the Substrait crate.
Some requirements of Substrait can not be expressed via Protobuf definition or schema files. A `parse` module can provide types…