mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/blog: removing uneeded colon from title
This commit is contained in:
@@ -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 I’ve 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 we’re going to do:
|
||||
|
||||
Reference in New Issue
Block a user