We're glad to share two new valuable code snippets with you:
- Pluggable sockets for db4o: this reference documentation topic shows you how to hook your own socket implementation for db4o C/S communications. This is pretty useful for plugging SLL sockets and have a secure C/S channel (examples and source code included)
- Import external data to db4o: is a code snippet by Edwin Sanchez which shows you how to extract data from a stream (e.g. a text file) and dump it to db4o
Enjoy!