Skip to content
/ sqlSort Public

This is an experimental script that sorts arrays using SQLite

Notifications You must be signed in to change notification settings

fusez/sqlSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sort arrays with sql sorting!

Here's how it works:

    1. Array gets inserted into a database file, index by index.
    1. Array gets selected from the database in ascending or descending order.
    1. Array gets loaded from the database, index by index.
    1. The array is now sorted!

About

This is an experimental script that sorts arrays using SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages