- Database [`CreateDatabase`](https://github.com/TanmoySG/wunderDB/blob/6b71b8f2630ddc4598d379b042ad4a5a45797f7d/internal/databases/databases.go#L28) doesn't check if database exists inside the function as its being checked in caller end, before it goes to the function. - Internalize the check and return error if not found from the package/method
CreateDatabasedoesn't check if database exists inside the function as its being checked in caller end, before it goes to the function.