-
[Watch this video](https://www.youtube.com/watch?v=uIN7iEsRkS4) and update the docs in question, with related/relevant information.
Summary by @CamSoper:
- Critical that [Connect to SQL doc](https:/…
-
-
# Use case
I have a Postgres database in my infrastructure. It's defined like this:
```tf
resource "digitalocean_database_cluster" "postgres" {
name = "bee-db-cluster-postgres"
engi…
-
### Describe the Bug
Before the change where relationship keys became ObjectIds it was possible to query like this (Website template, seeded contact page) when the layout has a form block with a spec…
-
## Research task involving documenting possible Database options.
- What can we use as a database that can easily intergrade into the RoR app?
- Firebase
- Google Sheets API?
- MySQL Lite and lo…
-
Set up core database infrastructure for GeoLens.
Tasks:
- [ ] Create database initialization script
- [ ] Install and configure PostGIS extension
- [ ] Install and configure pgVector extension
…
-
We are looking to update this section of the docs to include instructions on how to seed a production db: https://wasp-lang.dev/docs/data-model/backends#seeding-the-database
**This is a tested work…
-
In every recipe there should be a specified amount of each ingredient required for the dish.
Need a way to implement it in the current system.
-
- [ ] create database
- [ ] create tables
- [ ] Link tables
- [ ] seed database
-
code logic example
```ts
// test-setup/database.ts
import { Pool } from 'pg';
import { Knex, knex } from 'knex';
export class TestDatabase {
private db: Knex;
constructor() {
…