SAM_SQL is part of the SAM (Sustainable Analytical Model) Toolkit —
an open-source collection of tools designed to help engineers create, manage,
and process analytical building models for energy and environmental analysis.
This repository provides database-agnostic SQL persistence, querying, and data-access utilities and is intended to be used alongside the SAM core libraries and related SAM-BIM modules.
Welcome — and let’s keep the open-source journey going. 🤝
- 📘 SAM Wiki: https://github.com/SAM-BIM/SAM/wiki
- 🧠 SAM Core: https://github.com/SAM-BIM/SAM
- 🧰 Installers: https://github.com/SAM-BIM/SAM_Deploy
To install SAM using the Windows installer, download and run the
latest installer.
Alternatively, you can build the toolkit from source using Visual Studio.
See the main repository for details:
👉 https://github.com/SAM-BIM/SAM
- Target framework: .NET / C#
- Coding style follows standard SAM-BIM conventions.
- New or modified
.csfiles must include the SPDX header:
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (c) 2020-2026 Michal Dengusiak & Jakub Ziolkowski and contributorsThis repository is free software licensed under the
GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later).
Each contributor retains copyright to their respective contributions.
The project history (Git) records authorship and provenance of all changes.
See:
LICENSENOTICECOPYRIGHT_HEADER.txt