Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Namespaces Example

Demonstrates namespace creation and isolation in SochDB.

Running

./venv/bin/python example.py

Expected Output (2026-01-27)

=== SochDB Python SDK - Namespaces ===

✅ Database opened

1. Create Namespaces
--------------------
✅ Stored data in 2 namespaces

2. Data Isolation
-----------------
Acme:   Acme Corporation
Globex: Globex Corporation
✅ Data properly isolated

=== Example Complete ===