Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • The number, complexity, and diversity of cyber threats are soaring. Businesses are increasingly concerned about the risks they face and 91% of organizations...
    Download

  • In Hollywood, nothing is more chic than analytics. On TV shows like CSI and in films like Iron Man, the industry's most iconic stars depend upon data...
    Download

More on LinuxToday


5 (More) Relational Database Management System for Linux

Apr 05, 2011, 03:12 (0 Talkback[s])

[ Thanks to LT for this link. ]

"H2 (Hypersonic 2) is a relational database management system based on Java and supports a subset of the SQL standard. Although it also supports using the PostgreSQL ODBC driver by acting like a PostgreSQL server, its main programming APIs are SQL and JDBC. H2 can run in the client-server mode or can be embedded in Java applications. It runs fast and has a very small footprint having only around 1 MB jar file size. With H2, users can create both in-memory tables, as well as disk-based tables. Its security features include role-based access rights and encryption of the password using SHA-256 and data using the AES or the Tiny Encryption Algorithm, XTEA. It provides protection against SQL injection by enforcing the use of parameterized statements. H2 offers embedded web server with a browser-based console application. It also has command line tools to start and stop a server and for backing up and restoring databases. "

Complete Story

Related Stories: