This commit is contained in:
Lukas Eder 2011-12-02 08:55:31 +00:00
parent 94eeb423ec
commit d1f49fda13
2 changed files with 5 additions and 1 deletions

5
README
View File

@ -18,4 +18,7 @@ jOOQ stands for Java Object Oriented Querying. It combines these essential featu
* Vendor-specific feature support:
jOOQ encourages the use of vendor-specific extensions such as stored procedures, UDT's and ARRAY's, recursive queries, and many more.
For more details please visit http://www.jooq.org
For more details please visit http://www.jooq.org
Follow jOOQ on Twitter: http://twitter.com/#!/JavaOOQ
... and on Wordpress: http://lukaseder.wordpress.com

1
authors.txt Normal file
View File

@ -0,0 +1 @@
lukaseder = Lukas Eder <lukas.eder@gmail.com>