User Tools

Site Tools


tutorials:kamailio-and-mongodb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorials:kamailio-and-mongodb [2015/09/08 21:32]
miconda
tutorials:kamailio-and-mongodb [2015/09/08 21:36]
miconda [Other Tables]
Line 59: Line 59:
 ==== Other Tables ==== ==== Other Tables ====
  
-MongoDB doesn't have a schema definition for documents stored in a collection.+MongoDB doesn't have a schema definition for documents stored in a collection. It is not required to create a collection before inserting a record to it.
  
 +Anyhow, if you want, you can create the collections in advance, using:
 +
 +<code>
 +> db.createCollection("tablename")
 +</code>
 ===== DB URL in Kamailio Config ===== ===== DB URL in Kamailio Config =====
  
tutorials/kamailio-and-mongodb.txt ยท Last modified: 2019/01/07 09:24 by henningw