返回介绍

Apache Derby tutorial

发布于 2025-02-22 22:20:18 字数 1012 浏览 0 评论 0 收藏 0

This is Apache Derby tutorial. This tutorial will cover the Derby database engine, the SQL understood by the Derby and programming Derby with the JDBC API.

Derby

Derby is a database engine written in Java language. It has a relatively small footprint of 2-3MB. It works in two modes. In embedded or client-server mode.

Derby has roots in 1996 as JBMS. Later it was renamed to Cloudscape. In 1999 the company developing Cloudscape was bought by Informix, which was later acquired by IBM. In 2004 IBM contributed the code to the Apache Software Foundation. The Derby project was born. Sun joined the project and included the Derby in Java 6. The project is rebranded as Java DB in JDK.

Related tutorials

In Introduction to EJBs , we use Derby database to save entities. A Tomcat Derby tutorial shows how to create a Java web application with Tomcat, Derby, and NetBeans.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文