Skip to content

Commit

Permalink
Added Note for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanrnh committed Jun 21, 2022
1 parent f9c1b35 commit 4a32e92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tutorials/Creating-Tables-for-Umbraco-with-PetaPoco/index.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
versionFrom: 7.0.0
versionTo: 7.0.0
versionRemoved: 8.0.0

---

# Creating Tables in Umbraco with PetaPoco

## Overview

This guide will take you through the steps needed to create tables in Umbraco using PetaPoco and the ability to access data in those tables.

:::note
Umbraco version 7 uses [PetaPoco](#what-is-peta-poco) and Umbraco 8 and above uses [NPoco](../../Extending/Database/index.md) to query the database.
:::

## What is Peta Poco?

PetaPoco is a tiny & fast micro-ORM for .NET. It is tiny with no dependencies.
Expand Down

0 comments on commit 4a32e92

Please sign in to comment.