Skip to content

JohnCoderDev/abl-fast-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ABL FastLoader

Simpler way to import data to your tables with less code.

QuickStart

using classes.FastLoader.* from propath.

// get some json array ...


// imports the json array to the table
new FastLoader()
    :setSource(jsonArray, 'JsonArray')
    :initTarget('some-table')
        :addKeyField('key-field-1')
    :finish()
    :loadToTable().

About

load data from any source to the database with less code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published