Direct SQL Programming With Fado

Direct SQL Programming With Fado

Fado in an open source tool that compiles SQL queries to type safe JDBC convenience wrappers. SELECT statements are converted to matching PreparedStatement and ResultSet wrappers. Treating SQL as source code enables a more natural workflow. Fado is most appropriate for forms-based CRUD applications.

Video producer: Seattle Java User Group