Skip to content
Discussion options

You must be logged in to vote

@dlasusa you'll find a more active community in https://discord.gg/Npm8dTqD so make sure you join and ask your questions there.

As for your question, short answer is no.

Long answer is that you'll need to write a script (for each table) that does that.

Here is an example in js

function iter$__(a) { let v; return a ? ((v = a.toIterable) ? v.call(a) : a) : []; };

/*body*/
// create database x; \c x; drop database edgedb; create database edgedb; \c edgedb;  drop database x;
import { db } from '../../src/services/database'/*$path$*/;
import * as edgedb from 'edgedb'/*$path$*/;
import e, { Scrim } from "../edgeql-js"/*$path$*/;;
const client = edgedb.createClient();;

// let u\Scrim
function e…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@magick93
Comment options

@1st1
Comment options

1st1 Apr 6, 2022
Maintainer

Answer selected by dlasusa
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants