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.
MongoDB または MySQL のいずれかにクエリを保存したいと考えています (私には不明な場合もあります)。
MySQL では、クエリをテキストとして保存する必要があると思います。たとえば、MySQL からそのクエリを取得して実行するにはどうすればよいでしょうか?
$collection->findOne( array('email' => $user_data['email']) );
クエリを格納するより効率的な方法があれば、MongoDB も検討しています。