PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Monday the 27th of July, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[14:30:26] <renihs> hello, when i create a database with "use some-database ;" + "db.dummy_collection.insert({"name":"bla"})" -> a folder gets created on the database home, but that folder is named "some-45database" instead "some-database" ?
[14:30:32] <renihs> whats with the 45?
[14:34:44] <renihs> is that related to the "-"?
[14:36:58] <renihs> sorry, the resulting database is some.45database -> hmm that is odd
[14:38:15] <renihs> is that a feature or something i can prevent (other then not using the "-")
[14:39:04] <renihs> its really tricky to google with that issue :)
[14:42:14] <renihs> i suppose its a feature to prevent "-" issues, though i find it nowhere documented hmm
[19:21:00] <bs0d> Hi all. Is it possible to use MongoDB in an embedded configuration, similar to sqlite?
[19:21:36] <bs0d> I am looking for an embedded nosql database for my project, please advise