-
### Describe what you want
Dear Drizzle Team,
I am currently using Drizzle ORM with drizzle-zod and would like to inquire if there are any plans to support database views. At the moment, it seems …
-
As a user, I want a quick way to see and share a list of Moped projects relevant to a particular project, team, or task. I want to be able to save a view to a table in the Dashboard and add a descript…
-
It would be great if we could create views on our tables and get appropriate endpoints as readonly.
## example
```sql
CREATE VIEW brazil AS
SELECT CustomerName, ContactName
FROM Customers
WH…
-
In an attempt to move to CentOS10 and PHP8, we get a lot of deprecation warnings which .. we think may be affecting perf?
Either way, we thought it useful to log some here.
```
Nov 11 23:43:31 …
-
The emissions view refresh procedures ported from the MS SQL client and used in the workspace do not perform well when used in the official schema due to the vast amount of data. Need to refactor the …
-
I am admittedly extremely new to Python and coding in general, however, I was following along with this tutorial a day ago and everything was going well up until it came time to create the database.
…
-
These commands will (seemingly?) never work if the branch being dumped/restored contains a view:
```sh
pscale database dump "${DB_NAME}" test --output "${BACKUP_DIR}"
pscale branch create "${DB_NAME}…
-
### Description
One thing that’s a bit frustrating is when I have a main grid called 'Tasks' where I manage all my tasks. Every time I link this grid inside, for example, a document, a new view is au…
-
## Problem
In a database, a view is the result set of a stored query on the data, which the database users can query just as they would in a persistent database collection object. Unlike ordinary bas…
-
### Steps to reproduce the behavior (Required)
`> show materialized views;`
### Expected behavior (Required)
List of all materialized views
### Real behavior (Required)
```
ERROR 1064 (H…