diff --git a/problem/rfc-0021-CassandraDBsupport.md b/problem/rfc-0021-CassandraDBsupport.md new file mode 100644 index 0000000..f7643ad --- /dev/null +++ b/problem/rfc-0021-CassandraDBsupport.md @@ -0,0 +1,30 @@ +# Added Initial Support for Cassandra DB + +- Implementation Owner: (your github @roshangeorge97) + +## Summary + +[summary]: #summary + + +Added the basic Initial Support for Cassandra DB, Methods from the Utopia PHP class have been utilized to the maximum. Unit Tests have been ran for getSession() method. A blog on the setup have been published on Hashnode. + +## Problem Statement (Step 1) + +[problem-statement]: #problem-statement + +**What problem are you trying to solve?** + +The Problem was apart of Github Octernship program. + +### Documentation & Content + +Published Blog : [Adding the Cassandra DB Support to Appwrite](https://cryptophase.hashnode.dev/adding-the-cassandra-db-support-to-appwrite) + + +### Future possibilities + +[future-possibilities]: #future-possibilities + +- Getting all the functions in Utopia PHP classes applicable +