Skip to content

Handle multiple database using the same prefix

Compare
Choose a tag to compare
@dedalozzo dedalozzo released this 09 Aug 19:32
· 42 commits to master since this release

Using the new setDbPrefix() method, an user can specify a prefix that will be added automatically to the database's name. This is really useful when a single application uses multiple databases.

Modified the name of the NativeAdapter to SocketAdapter since it uses raw sockets.