Skip to content

lucschulz/VBA_ORM

Repository files navigation

VBA_ORM

The m_SchemaBuilder.bas file is a VBA module that maps an Access database (mdb/accdb) and creates a class module for each database table. Each mapped table contains properties that return the table's column names as a string.

The QueryDesigner class modules can be used to return a properly formatted string for use as an SQL query, thus avoiding working directly with strings in your code.

About

A mini ORM for VBA code and Access databases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published