❔ Cassandra: which programming language have the best support for accessing and write data?
Hi my application need to scale the data source, we heard about Cassandra and really want to use it, does anyone know which programming language best support this database like EF Core for SQL Server ? so we can create a webapp accessing it and deploy it to Azure function
3 Replies
search for ORMs that support it
EF Core is not limited to sql server
presumably CQL has the best support - Cassandra Query Language.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.