Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

feat: investigate and update operators for SQLite3 #88

Open wunderbarr opened 2 years ago

wunderbarr commented 2 years ago

Previously we have integrated operators for Postgresql and updated relevant documentation. And now we add the SQLite3 storage type. To enable the search functionality, we need update relevant operators for SQLite3.