wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-13 13:15:23 +01:00
parent 98d2399568
commit 085cd2a314
41 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
//@ts-nocheck
export { default as Clickhouse } from './Clickhouse.svelte';
export { default as CouchDB } from './CouchDB.svelte';
export { default as MariaDB } from './MariaDB.svelte';
export { default as MongoDB } from './MongoDB.svelte';
export { default as MySQL } from './MySQL.svelte';
export { default as PostgreSQL } from './PostgreSQL.svelte';
export { default as Redis } from './Redis.svelte';
export { default as EdgeDB } from './EdgeDB.svelte';