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.
我正在尝试使用C# 中的 dll找出 SQLite.dump命令的等效项。System.Data.SQLite我知道我可以通过获取表/值列表并创建插入来手动执行此操作,但我希望有更好的方法。
.dump
System.Data.SQLite
实际上,如果您知道使用 C# 执行任何其他命令(来自 .help)的方法,那就太棒了。我现在正在手动实现其中的许多,这并不有趣。