2024-04-04 22:39:09 +01:00
|
|
|
package dbAccess
|
|
|
|
|
2024-04-15 20:03:48 +01:00
|
|
|
const DatabaseName string = "owlboard"
|
2024-04-04 22:39:09 +01:00
|
|
|
const CorpusCollection string = "corpus"
|
|
|
|
const StationsCollection string = "stations"
|
2024-04-15 20:03:48 +01:00
|
|
|
const MetaCollection string = "meta"
|
2024-04-04 22:39:09 +01:00
|
|
|
const TimetableCollection string = "timetable"
|
2024-10-23 11:42:47 +01:00
|
|
|
const PisCollection string = "pis"
|