An open API service indexing awesome lists of open source software.

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

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!