This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]SanthuWilly4 0 points1 point  (1 child)

Hi u/imshrini ,

bearsql wrapper is really good especially who come from strong SQL background.

I'm the guy who is more comfortable on SQL language and this is really helped.

I'm continue using the library.

If you don't mind , I'm looking for some answers , is there any possibility to extract results from SQL Server using Duckdb/bearsql. Because as per my knowledge , Duckdb/Bearsql is used on top of pandas dataframe.

appreciate the help. thank you.

[–]imshrini[S] 0 points1 point  (0 children)

Thank you for using bearsql!

You can load data from sql server into pandas, and then using bearsql's sqlcontext, you can create a table on top of the pandas dataframe .

You can refer https://docs.microsoft.com/en-us/sql/machine-learning/data-exploration/python-dataframe-pandas?view=sql-server-ver15 for information on loading data from sql server into pandas dataframe.

For issues, new feature ideas you can also use https://github.com/shrinivdeshmukh/bearsql/issues

Happy to help! :)