Handle multiple database using the same prefix
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.