1 parent e8eef3d commit f80d8b3Copy full SHA for f80d8b3
1 file changed
db_setup.mjs
@@ -1,8 +1,5 @@
1
import { SQLiteDatabaseClient } from "@abaplint/database-sqlite";
2
3
-// Wires an in-memory SQLite database into the transpiled runtime, so that
4
-// CL_OSQL_TEST_ENVIRONMENT and the SELECT in GET_TRANSLATIONS behave the same
5
-// way off-stack as they do in the ABAP system.
6
export async function setupDatabase(abap, schemas, insert) {
7
const client = new SQLiteDatabaseClient();
8
await client.connect();
0 commit comments