https://github.com/daalfox/todo-dal-codoblog
Source code for blog post about data access layer implementation
https://github.com/daalfox/todo-dal-codoblog
dataaccesslayer go golang golang-examples
Last synced: 7 months ago
JSON representation
Source code for blog post about data access layer implementation
- Host: GitHub
- URL: https://github.com/daalfox/todo-dal-codoblog
- Owner: daalfox
- Created: 2025-06-17T12:57:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T09:49:48.000Z (8 months ago)
- Last Synced: 2025-06-21T10:39:20.091Z (8 months ago)
- Topics: dataaccesslayer, go, golang, golang-examples
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Never doubt your data access layer implementation again
This is the source code for my [blog post]() about implementing data access
layers.
## How to use this repo
This repo is intended to walk you through every step in the process. You can
start by checking out the first step:
```
git checkout step-1
```
Otherwise, this branch contains the final code.
Enjoy!