doc/blog: removing uneeded colon from title

This commit is contained in:
Rotem Tamir
2021-10-12 16:53:05 +03:00
committed by GitHub
parent a80349d61a
commit 960aac547a

View File

@@ -5,8 +5,6 @@ authorURL: "https://github.com/zeevmoney"
authorImageURL: "https://avatars.githubusercontent.com/u/7361100?v=4"
---
## Background:
A few months ago the Ent project announced
the [Schema Import Initiative](https://entgo.io/blog/2021/05/04/announcing-schema-imports), its goal is to help support
many use cases for generating Ent schemas from external resources. Today, I'm happy to share a project Ive been working
@@ -18,7 +16,7 @@ them).
The first version supports both MySQL and PostgreSQL databases, with some limitations described below. Support for other
relational databases such as SQLite is in the works.
## Getting Started:
## Getting Started
To give you an idea of how `entimport` works, I want to share a quick example of end to end usage with a MySQL database.
On a high-level, this is what were going to do: