ObjectDB ObjectDB

ObjectDB embeddable Springboot

#1

Hi

I have not seen, cursory search was not informative, if odb can be embedded like derby.  How does odb handle byte[].  How do you create multiple dbs.  Finally is there a gui to examine the schema?  tia

edit
delete
#2

> if odb can be embedded like derby.

Yes. ObjectDB has a client-server mode (like MySQL), but also an embedded mode (like Derby). See this page.

> How does odb handle byte[].

A byte[] field is stored in the containing object, as any other array (see supported types).

> How do you create multiple dbs.

See this documentation page.

> Finally is there a gui to examine the schema? 

Yes. The Explorer.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.