Hi all, Is the embedded mode thread-safe? I mean, once I have the Context object and opened a database, is it safe to access (read/write) it from multiple threads? Will the same transaction mechanism apply as if the server mode would be used? Thanks.