2024-04-04 22:39:09 +01:00
|
|
|
package dbAccess
|
|
|
|
|
|
|
|
const databaseName string = "owlboard"
|
|
|
|
const CorpusCollection string = "corpus"
|
|
|
|
const StationsCollection string = "stations"
|
|
|
|
const metaCollection string = "meta"
|
|
|
|
const TimetableCollection string = "timetable"
|
2024-04-05 21:42:00 +01:00
|
|
|
const batchsize int = 100
|