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.
我有一个 sqlite 数据库,它使用自定义标记器:
是否所有想要从此数据库中读取数据的客户端都需要在他们的 sqlite-driver 中使用相同的标记器?或者内部标记器数据结构是否可以在不实现自定义标记器的情况下使用?
标记器适用于插入的数据和搜索字符串,因此访问数据库的每个应用程序都必须安装该数据库中使用的任何自定义标记器。