Tag

Database Wrapper

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Mar 18, 2025 · Databases

Python MySQL Wrapper: Encapsulating Database Operations

This article demonstrates how to create a Python MySQLWrapper class that encapsulates connection handling, query execution, and CRUD operations, providing a modular, reusable interface for interacting with MySQL databases, complete with example code and usage instructions.

CRUDCode ExampleDatabase Wrapper
0 likes · 7 min read
Python MySQL Wrapper: Encapsulating Database Operations
Test Development Learning Exchange
Test Development Learning Exchange
Sep 26, 2024 · Databases

Python MySQL Wrapper: Encapsulating Database Operations

This article demonstrates how to encapsulate MySQL operations in a Python MySQLWrapper class, providing modular methods for connecting, querying, inserting, updating, and deleting records, along with a complete example and usage instructions.

CRUDDatabase WrapperMySQL
0 likes · 7 min read
Python MySQL Wrapper: Encapsulating Database Operations
FunTester
FunTester
Dec 16, 2021 · Databases

Wrapping and Extending the LevelDB Java API with Custom Features

This article demonstrates how to encapsulate the native LevelDB Java API into a reusable class, adds support for integer values and Redis‑like operations such as increment, decrement, append, and cut, and provides complete code examples for the extended functionality.

Code ExampleDatabase WrapperJava
0 likes · 6 min read
Wrapping and Extending the LevelDB Java API with Custom Features