Fed up having to wait until runtime to find out about errors in your SQL? Want to improve your productivity when working with the data layer? Seamlessql enables inline SQL code checking and code completion from within the Eclipse Java editor.
Developing data access code can be an iterative and time consuming process. You will write some SQL, run it against the database, discover some syntax or database naming problem, then need to fix up the SQL and try again. Recognizing this problem, Seamlessql allows you to interact with the database from within your Java editor.
Seamlessql provides functionality to syntax check your SQL statements as you write them so you know about errors at build time rather than runtime, to get SQL code completion suggestions as you are typing so you never make a mistake with table or column names again and to select SQL that exists in your code and execute it against the database so you can check the logic of your SQL as well as the syntax. All this can be done without ever having to leave the Java editor.
Seamlessql can be downloaded for free with a 30 day trial license. Try it now.