@tmlmobilidade/import-gtfs 20251010.2303.18 → 20251012.1644.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ import { SQLiteDatabase } from '@tmlmobilidade/connectors';
7
7
  export function initGtfsSqlTables() {
8
8
  //
9
9
  const calendarDatesMap = new Map();
10
- const database = new SQLiteDatabase();
10
+ const database = new SQLiteDatabase({ memory: true });
11
11
  const tripsTable = database.registerTable('trips', {
12
12
  batch_size: 10000,
13
13
  columns: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/import-gtfs",
3
- "version": "20251010.2303.18",
3
+ "version": "20251012.1644.19",
4
4
  "author": "João de Vasconcelos & Jusi Monteiro",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/tmlmobilidade/services#readme",