简体   繁体   English

如何使用 Firestore 从 flutter 应用程序操作 SQL 服务器

[英]How to manipulate SQL server from flutter app by using Firestore

I have thousands of records in SQL server.我在 SQL 服务器中有数千条记录。 I want to develop a flutter app with the Firestore.我想用 Firestore 开发一个 flutter 应用程序。 is there a way to implement interacting with these data from the app by Firestore.有没有办法通过 Firestore 与应用程序中的这些数据进行交互。 I know the flutter can work with Firestore smoothly.我知道 flutter 可以顺利使用 Firestore。 So I want to connect Flutter and SQL server by Firestore.所以我想通过Firestore连接Flutter和SQL服务器。 Basically, I want to develop a flutter app with Firestore but data is existing in SQL server基本上,我想用 Firestore 开发一个 flutter 应用程序,但数据存在于 SQL 服务器中

It's possible however You need to create an api so your app would connect through the api and then the api would react with the sql server and it goes on It's possible however You need to create an api so your app would connect through the api and then the api would react with the sql server and it goes on

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM