Derby (Embedded)


Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://db.apache.org/derby/derby_downloads.html
Connection URL: Specify the location of the JDBC data provider
<database_name>: The name of the database to connect
create=true: Create database if not exists
User: User name to login to the database
Password: Password of the user name specified