Storm is now available

Storm is an object-relational mapping framework for your Real Studio projects that use SQLite (REALSQLDatabase).

Using an ORM such as Storm allows you to simplify your database applications. Benefits include:

  • Access your database without using SQL
  • Map classes to your database tables without writing any code
  • Simple syntax
  • Transaction management
  • Serialization and deserialization to XML
  • Optional SQL logging
  • Automatic processing of database schema updates

Visit the Storm web site for more information:

http://storm.logicalvue.com

Comments are closed.