lotus-replace-odbc-direct-writes

Installation
SKILL.md

Works with ODBC query migration, connection string updates, transaction handling, and error recovery patterns.

Replace Lotus ODBC Direct Writes with API Patterns

Table of Contents

Quick StartWhat Is This | When to Use | Simple Example

How to ImplementStep-by-Step | Expected Outcomes

ReferenceRequirements | Related Skills

Purpose

Legacy Lotus Notes systems often use ODBC (Open Database Connectivity) for direct database manipulation—bypassing the Notes client and directly modifying NSF files. This approach is problematic for migration because it creates hidden dependencies, lacks proper transaction handling, and breaks encapsulation. This skill guides you through replacing ODBC direct writes with clean, API-based patterns that work in modern architectures.

When to Use

Use this skill when you need to:

Related skills
Installs
8
GitHub Stars
1
First Seen
Feb 24, 2026