|
|
|
|
|
by stevoski
2922 days ago
|
|
If you are a Java programmer and want to learn how an SQL database engine works, take a look at the source code of H2. Even better, try to add a basic feature to H2 (eg. a new built-in function). It is surprisingly easy, and you come away with a decent understanding of the basics of building an SQL database engine. |
|