#gitql search results
GitQL 0.42.0 is released with support for PostgreSQL interval format. Github: github.com/AmrDeveloper/G… #gitql #rust #db
GitQL 0.27.0 is released with Range support and the ability to define generic functions in your std with relative dynamic types. Github: github.com/AmrDeveloper/G… #gitql #rust #git #db
GitQL 0.36.0 supports intervals with functions and arithmetic operators Github: github.com/AmrDeveloper/G… #gitql #rust
Extending the GitQL std to add, remove or change functions so each program can has his own DSL functions #gitql #rust #git
GitQL 0.33.0 now supports window functions, nulls order policy in order by and more, check changelogs :D Github: github.com/AmrDeveloper/g… #rust #gitql #git #database
ClangQL 0.9.0 supports running a SQL query with AST matchers (Inspired by clang-query). Github: github.com/AmrDeveloper/c… #gitql #rust #clang #clangql
GitQL SDK 0.30.0 now support Composite Type inspired by PostgreSQL syntax Github: github.com/AmrDeveloper/g… #gitql #rust #database #git
PyQL 🐍 is a new tool to run SQL-like queries on Python source code files using GitQL SDK Github: github.com/AmrDeveloper/P… #rust #gitql #python
GitQL 0.23.0 support slice [s:e] expression with optional start and end Github: github.com/AmrDeveloper/G… #gitql #rust #git
GitQL 0.26.0 now supports SELECT INTO with format customization so you can export data with specific format from pipeline or with ClangQL you can generate bindings. Github: github.com/AmrDeveloper/G… #gitql #rust #db
GitQL 0.24.0 supports PostgreSQL Distinct on operator to apply distinct on one or more columns Github: github.com/AmrDeveloper/G… #rust #git #gitql
GitQL 0.37.0 now supports group compression expressions that can be overridden for your custom type using the SDK Github: github.com/AmrDeveloper/g… #gitql #rust #db
LLQL 0.2.0 has matcher functions for instruction usage, arguments, constants, labels 😋 Github: github.com/AmrDeveloper/L… #gitql #llvm #rust #llql
GitQL 0.25.0 supports Inner, Cross, Left and write joins with On predicate, more arrays functions, provider simplification github.com/amrdeveloper/g… #gitql #rust #database
GitQL 0.34.0 is released with performance improvement when selecting from diff and reference tables, with functionality for diff content, for example you can select all commits that modified specific file or content. Github: github.com/AmrDeveloper/g… #gitql #rust #git #database
LLQL 0.39.0 is released with new matchers for debug info, const expr and support output format in YAML. Here is an example of using LLQL in the LIT test Github: github.com/AmrDeveloper/l… #llql #llvm #gitql
Happy to see a new video today about the GitQL project, with a quick guide about installing and using it 😋 😋 youtu.be/dnJRixV12Vs #gitql #git
youtube.com
YouTube
Git Query Language:用SQL語法探索Git儲存庫的命令行利器
LLQL 0.8.0 is released with new matchers for Call, Intrinsics, Operand bundle and new features to use from SQL syntax like Rows Github: github.com/AmrDeveloper/L… #llvm #gitql #rust
GitQL: The data types from the Engine to the SDK by @AmrDeveloper link.medium.com/TNYn824p9Nb #gitql #rust
GitQL 0.42.0 is released with support for PostgreSQL interval format. Github: github.com/AmrDeveloper/G… #gitql #rust #db
LLQL 0.8.0 is released with new matchers for Call, Intrinsics, Operand bundle and new features to use from SQL syntax like Rows Github: github.com/AmrDeveloper/L… #llvm #gitql #rust
LLQL 0.39.0 is released with new matchers for debug info, const expr and support output format in YAML. Here is an example of using LLQL in the LIT test Github: github.com/AmrDeveloper/l… #llql #llvm #gitql
Happy to see a new video today about the GitQL project, with a quick guide about installing and using it 😋 😋 youtu.be/dnJRixV12Vs #gitql #git
youtube.com
YouTube
Git Query Language:用SQL語法探索Git儲存庫的命令行利器
GitQL 0.37.0 now supports group compression expressions that can be overridden for your custom type using the SDK Github: github.com/AmrDeveloper/g… #gitql #rust #db
How I built a LLVM IR linter using SQL syntax by @AmrDeveloper at #ITNEXT. #gitql #llvm #optimization #linter #compilers itnext.io/how-i-built-a-… (f)
How I built a LLVM IR linter using SQL syntax by @AmrDeveloper at #ITNEXT. #gitql #llvm #optimization #linter #compilers itnext.io/how-i-built-a-… (t)
How I built a LLVM IR linter using SQL syntax by @AmrDeveloper at #ITNEXT. #gitql #llvm #optimization #linter #compilers itnext.io/how-i-built-a-… (s)
How I built a LLVM IR linter using SQL syntax by @AmrDeveloper at #ITNEXT. #gitql #llvm #optimization #linter #compilers itnext.io/how-i-built-a-…
GitQL 0.36.0 supports intervals with functions and arithmetic operators Github: github.com/AmrDeveloper/G… #gitql #rust
ClangQL 0.9.0 supports running a SQL query with AST matchers (Inspired by clang-query). Github: github.com/AmrDeveloper/c… #gitql #rust #clang #clangql
GitQL 0.34.0 is released with performance improvement when selecting from diff and reference tables, with functionality for diff content, for example you can select all commits that modified specific file or content. Github: github.com/AmrDeveloper/g… #gitql #rust #git #database
GitQL 0.33.0 now supports window functions, nulls order policy in order by and more, check changelogs :D Github: github.com/AmrDeveloper/g… #rust #gitql #git #database
PyQL 🐍 is a new tool to run SQL-like queries on Python source code files using GitQL SDK Github: github.com/AmrDeveloper/P… #rust #gitql #python
LLQL 0.2.0 has matcher functions for instruction usage, arguments, constants, labels 😋 Github: github.com/AmrDeveloper/L… #gitql #llvm #rust #llql
GitQL SDK 0.30.0 now support Composite Type inspired by PostgreSQL syntax Github: github.com/AmrDeveloper/g… #gitql #rust #database #git
GitQL: The data types from the Engine to the SDK by @AmrDeveloper link.medium.com/TNYn824p9Nb #gitql #rust
GitQL 0.27.0 is released with Range support and the ability to define generic functions in your std with relative dynamic types. Github: github.com/AmrDeveloper/G… #gitql #rust #git #db
GitQL 0.26.0 now supports SELECT INTO with format customization so you can export data with specific format from pipeline or with ClangQL you can generate bindings. Github: github.com/AmrDeveloper/G… #gitql #rust #db
The ClangQL project is now available to install from Homebrew package manager on macos and linux brew install clangql Github: lnkd.in/dafwrNEb Homebrew: lnkd.in/dxpbtYYa #clang #clangql #gitql
GitQL 0.42.0 is released with support for PostgreSQL interval format. Github: github.com/AmrDeveloper/G… #gitql #rust #db
GitQL 0.27.0 is released with Range support and the ability to define generic functions in your std with relative dynamic types. Github: github.com/AmrDeveloper/G… #gitql #rust #git #db
GitQL 0.36.0 supports intervals with functions and arithmetic operators Github: github.com/AmrDeveloper/G… #gitql #rust
Extending the GitQL std to add, remove or change functions so each program can has his own DSL functions #gitql #rust #git
GitQL 0.23.0 support slice [s:e] expression with optional start and end Github: github.com/AmrDeveloper/G… #gitql #rust #git
GitQL 0.24.0 supports PostgreSQL Distinct on operator to apply distinct on one or more columns Github: github.com/AmrDeveloper/G… #rust #git #gitql
LLQL 0.2.0 has matcher functions for instruction usage, arguments, constants, labels 😋 Github: github.com/AmrDeveloper/L… #gitql #llvm #rust #llql
GitQL 0.21.0 now support single and multi-dimensions array and index expressions inspired by PostgreSQL Github: github.com/AmrDeveloper/g… #gitql #rust #git
ClangQL 0.9.0 supports running a SQL query with AST matchers (Inspired by clang-query). Github: github.com/AmrDeveloper/c… #gitql #rust #clang #clangql
GitQL SDK 0.30.0 now support Composite Type inspired by PostgreSQL syntax Github: github.com/AmrDeveloper/g… #gitql #rust #database #git
PyQL 🐍 is a new tool to run SQL-like queries on Python source code files using GitQL SDK Github: github.com/AmrDeveloper/P… #rust #gitql #python
GitQL 0.33.0 now supports window functions, nulls order policy in order by and more, check changelogs :D Github: github.com/AmrDeveloper/g… #rust #gitql #git #database
GitQL 0.37.0 now supports group compression expressions that can be overridden for your custom type using the SDK Github: github.com/AmrDeveloper/g… #gitql #rust #db
GitQL SDK 0.20.0 now allow dynamic function and aggregations for example in FileQL we can add functions like isDir, fileSize, fileContent ...etc that will lead to perform query on file content too Github: github.com/AmrDeveloper/G… #gitql #rust #git
GitQL 0.25.0 supports Inner, Cross, Left and write joins with On predicate, more arrays functions, provider simplification github.com/amrdeveloper/g… #gitql #rust #database
GitQL 0.26.0 now supports SELECT INTO with format customization so you can export data with specific format from pipeline or with ClangQL you can generate bindings. Github: github.com/AmrDeveloper/G… #gitql #rust #db
GitQL now supports Unicode and query branch last updated date time so for example you can write a github action to remove old inactive branches Gihub: github.com/AmrDeveloper/G… #rust #gitql #git
LLQL 0.39.0 is released with new matchers for debug info, const expr and support output format in YAML. Here is an example of using LLQL in the LIT test Github: github.com/AmrDeveloper/l… #llql #llvm #gitql
GitQL 0.34.0 is released with performance improvement when selecting from diff and reference tables, with functionality for diff content, for example you can select all commits that modified specific file or content. Github: github.com/AmrDeveloper/g… #gitql #rust #git #database
LLQL 0.8.0 is released with new matchers for Call, Intrinsics, Operand bundle and new features to use from SQL syntax like Rows Github: github.com/AmrDeveloper/L… #llvm #gitql #rust
Something went wrong.
Something went wrong.
United States Trends
- 1. Mamdani 305K posts
- 2. Hannah Hidalgo N/A
- 3. Kandi 5,525 posts
- 4. Mama Joyce 1,777 posts
- 5. Aiyuk 2,537 posts
- 6. Chance Moore N/A
- 7. #ItsGoodToBeRight N/A
- 8. Joshua 44.9K posts
- 9. Jazzy 6,508 posts
- 10. Khalifa 45.6K posts
- 11. #HMGxBO7Sweeps 1,646 posts
- 12. #RHOA 2,102 posts
- 13. Egg Bowl 2,323 posts
- 14. #BY9sweepstakes N/A
- 15. Putin 213K posts
- 16. Adolis Garcia 2,137 posts
- 17. Kam Williams N/A
- 18. Richie Saunders N/A
- 19. End of 1 12.4K posts
- 20. Nikishin N/A