Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 815 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 815 Bytes

py-queryable

A py-linq extension module to query databases using LINQ like syntax

LINQ (Language Integrated Query) is a popular querying language available in .NET. This library ports the language so that developers can interact with databases using the same syntax. This library would be useful for Python developers with experience using the expressiveness and power of LINQ.