Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以将 sqllite 数据库上传到 GAE,以读取模式打开它,然后将数据从数据库表复制到数据存储模型。
提前致谢,罗伯托
我建议您采用另一种方法,您可以在本地使用批量加载工具将数据上传到 GAE 数据存储。