Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on a new DB system
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Apr 27, 2020
1 parent 54006e0 commit d5854fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object DatabaseClient {
val client = MongoClients.create(settings)
val database = client.getDatabase(dbname)
val collection = database.getCollection(collectionName)
fun new(){
fun new(id: String, user:String, data:Any){

}
fun edit(){
Expand Down

0 comments on commit d5854fe

Please sign in to comment.