Git Product home page Git Product logo

h2-research's Introduction

项目用途

H2数据库源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)

目录结构

  • my-docs: 综合文档

  • my-test: 用于代码分析的测试用例

  • h2: H2数据库的最新源代码,在源代码中附加了便于分析理解代码的注释

导入项目

  • 打开Eclipse,选择File -> Import -> Existing Projects into Workspace

运行或调试H2

  • 右击h2/test/my/test/MyServer.java文件,点Run As或Debug As -> Java Application

  • 如果出现"TCP server running ..."这样的提示就ok啦

测试

  • my.test包中的类几乎都可直接运行

Welcome to H2, the Java SQL database. Build Status

The main features of H2 are:

  1. Very fast, open source, JDBC API
  2. Embedded and server modes; in-memory databases
  3. Browser based Console application
  4. Small footprint: around 1.5 MB jar file size

More information: http://h2database.com

Features

H2 Derby HSQLDB MySQL PostgreSQL
Pure Java Yes Yes Yes No No
Memory Mode Yes Yes Yes No No
Encrypted Database Yes Yes Yes No No
ODBC Driver Yes No No Yes Yes
Fulltext Search Yes No No Yes Yes
Multi Version Concurrency Yes No Yes Yes Yes
Footprint (jar/dll size) ~1 MB ~2 MB ~1 MB ~4 MB ~6 MB

h2-research's People

Contributors

thomasmueller avatar grandinj avatar codefollower avatar svladykin avatar niklasmehner avatar andreitokar avatar stumc avatar marschall avatar maxenglander avatar lukaseder avatar stevemcleod avatar ebocher avatar ksungkeun84 avatar patrick-brielmayer avatar svanoort avatar nicolas-f avatar igelbox avatar httpdigest avatar alexpaschenko avatar katzyn avatar kostya-sh avatar aadrian avatar bedla avatar mbooth101 avatar dyorgio avatar avp1983 avatar hongyuanw avatar gitblit avatar zkillingjar avatar nivolg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.