Python flask extension for neo4j

Hi, anyone suggest me about Python Flask extension module for using neo4j

Hello @wazilkhan :slight_smile:

What do you mean by Flask extension?

Regards,
Cobra

Hi, fastApi is better...

Hi , Python Flask is a micro framework and there are lot of modules through which we can extend certain functionalities. For example flask-sqlalchemy extension module provides sqlalchemy ORM mapper functionality to flask application.
I am looking for possible ways to use neo4j on Python flask webframework.

Regards,
Wazilkhan

Hello @wazilkhan

I'm using Flask on my projects with the Python Neo4j driver and that's all and it's working pretty well :slight_smile:

Regards,
Cobra

Thanks a lot for your feedback.

In order to use the python neo4j driver, do we need a paid enterprise version? I'd like to use Neo4j for a data science project in my master's program and not sure what's available.

Hello @ski and welcome to the Neo4j community :slight_smile:

No you don't need to pay anything to use the Python Neo4j Driver or the Community version of Neo4j :slight_smile:

Regards,
Cobra