Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Sep 4, 2023
1 parent 2b06cfb commit 16fedb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions develop/dev-guide-insert-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,8 @@ For complete examples in Python, see:

- [Connect to TiDB with PyMySQL](/develop/dev-guide-sample-application-python-pymysql.md)
- [Connect to TiDB with mysqlclient](https://github.com/tidb-samples/tidb-python-mysqlclient-quickstart)
<<<<<<< HEAD
- [Use MySQL Connector/Python to build a simple CRUD app with TiDB and Python](/develop/dev-guide-sample-application-python-mysql-connector.md#step-2-get-the-code)
- [Use SQLAlchemy to build a simple CRUD app with TiDB and Python](/develop/dev-guide-sample-application-python-sqlalchemy.md#step-2-get-the-code)
=======
- [Connect to TiDB with MySQL Connector/Python](/develop/dev-guide-sample-application-python-mysql-connector.md)
- [Connect to TiDB with SQLAlchemy](/develop/dev-guide-sample-application-python-sqlalchemy.md)
>>>>>>> 08af194ac6 (develop: refactor SQLAlchemy dev guide (#14638))
- [Use peewee to build a simple CRUD app with TiDB and Python](/develop/dev-guide-sample-application-python-peewee.md#step-2-get-the-code)

</div>
Expand Down
8 changes: 1 addition & 7 deletions develop/dev-guide-sample-application-python-sqlalchemy.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
---
<<<<<<< HEAD
title: Build a Simple CRUD App with TiDB and SQLAlchemy
summary: Learn how to build a simple CRUD application with TiDB and SQLAlchemy.
aliases: ['/tidb/v6.5/dev-guide-outdated-for-sqlalchemy']
=======
title: Connect to TiDB with SQLAlchemy
summary: Learn how to connect to TiDB using SQLAlchemy. This tutorial gives Python sample code snippets that work with TiDB using SQLAlchemy.
aliases: ['/tidb/dev/dev-guide-outdated-for-sqlalchemy']
>>>>>>> 08af194ac6 (develop: refactor SQLAlchemy dev guide (#14638))
aliases: ['/tidb/v6.5/dev-guide-outdated-for-sqlalchemy']
---

# Connect to TiDB with SQLAlchemy
Expand Down

0 comments on commit 16fedb2

Please sign in to comment.